int DiscardSubMenu (int menuBarHandle, int subMenuID);
Removes a submenu from a specified menu bar 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. |
subMenuID | integer | ID for a particular menu item within a menu bar. 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 NewSubMenu. |
Name | Type | Description | ||||
status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred.
|