int DiscardMenuItem (int menuBarHandle, int menuItemID);
Removes a menu item from the specified menu and from 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. |
menuItemID | integer | The ID used to reference this menu item. The ID must be a constant name, located in the .uir file, that you assign in the User Interface Editor or a value you obtain from NewMenuItem. |
Name | Type | Description | ||||
status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred.
|