int EmptyMenuBar (int menuBarHandle);
Removes all menus and menu items from a specific menu bar but retains the menubar handle in memory.
Input | ||
Name | Type | Description |
menuBarHandle | integer | Specifier for a particular menu bar that is currently in memory. You obtain
this handle from LoadMenuBar or NewMenuBar. If the menu bar was automatically loaded through LoadPanel, use GetPanelMenuBar to get the menu bar handle. |
Name | Type | Description | ||||
status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred.
|