Important: The information in this document is obsolete and should not be used for new development.
DrawMenuBar
Use theDrawMenuBar
procedure to draw the menu bar based on the current menu list.
PROCEDURE DrawMenuBar;DESCRIPTION
TheDrawMenuBar
procedure draws (or redraws) the menu bar according to the current menu list. You must callDrawMenuBar
to update the menu bar after adding menus to or deleting menus from the current menu list usingInsertMenu
orDeleteMenu
, 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.