Method RemoveMenuItem
RemoveMenuItem(MenuItem)
Removes a menu item (a command, a separator, or a sub-menu) from the KitchenDraw main menu.
Declaration
public void RemoveMenuItem(Appli.MenuItem menuItem)
Parameters
Type | Name | Description |
---|---|---|
Appli.MenuItem | menuItem | The menu item to remove. |
RemoveMenuItem(MobiscriptMenuItem)
Removes a menu item (a command, a separator, or a sub-menu) from the Mobiscript window menu.
Declaration
public void RemoveMenuItem(Appli.MobiscriptMenuItem menuItem)
Parameters
Type | Name | Description |
---|---|---|
Appli.MobiscriptMenuItem | menuItem | The menu item to remove. |