Important: The information in this document is obsolete and should not be used for new development.
DrawMenuBar
Use theDrawMenuBarprocedure to draw the menu bar based on the current menu list.
PROCEDURE DrawMenuBar;DESCRIPTION
TheDrawMenuBarprocedure draws (or redraws) the menu bar according to the current menu list. You must callDrawMenuBarto update the menu bar after adding menus to or deleting menus from the current menu list usingInsertMenuorDeleteMenu, after setting the current menu list usingSetMenuBar, after changing the enabled state of a menu, or after any other routine that changes the current menu list.