The methods of the CXlMenu class are listed here.
CXlMenu | Constructs a CXlMenu object without displaying it |
Create | Adds the menu or sub-menu to the Excel main application menu bar |
Destroy | Removes the menu from Excels' application menu bar. |
DeleteItem | Deletes an item from a menu |
ReplaceItem | Replaces an item in a menu |
EnableItem | Enables or disables an item in a menu |
CheckItem | Set the chcked state of an item in a menu |
GetCallingMenu | Determine which menu item called the current add-in function |
Header: xlmenu.h
CXlMenu Class |
xlmenu.h
| Menus (User Guide)
| Simple menus sample
| Advanced menus sample
| CXllApp object