RemoveItemFromMenu
This method removes a menu item from a named System Architect Menu item or pop up menu.
Syntax
Application Object.RemoveItemFromMenu ItemCaption, FromMenuTitleCaption
Parameters
Application Object
Use: Required
Data type: Object
Any instantiated Application class
ItemCaption
Use: Required
Data type: String
Name of menu item being removed from existing popup menu
FromMenuTitleCaption
Use: Required
Data type: String
Name of existing popup menu from which menu item is being removed
See also