XLL+ Class Library (6.3)

CXlMenu::Destroy

Removes the menu from Excels' application menu bar.

BOOL Destroy( );

Return Value

Returns TRUE if the call is successful, FALSE if it fails.

Remarks

Removes the menu from Excel's application menu bar. This function should be called during the OnXllClose() event handler.

Requirements

Header: xlmenu.h

See Also

CXlMenu Class | CXlMenu Methods