Important: The information in this document is obsolete and should not be used for new development.
Adding Menus to and Removing Menus From the Current Menu List
After creating a menu withNewMenu
orGetMenu
, use theInsertMenu
procedure to insert the menu into the current menu list. Use theDeleteMenu
procedure to delete
a menu from the current menu list; use theClearMenuBar
procedure to remove all menus from the current menu list.
Subtopics
- InsertMenu
- DeleteMenu
- ClearMenuBar