Extending product function with VBA : The System Architect object model : Object model classes : Application class : Application class: Methods : InsertPopUpMenuItemInMenu
  
InsertPopUpMenuItemInMenu
Creates a pop up menu item into an existing System Architect menu item.
Syntax
Application Object.InsertPopupMenuItemInMenu PopUpName, InMenuTitleCaption[, BeforeTitleCaption]
Parameters
Application Object
Use: Required
Data type: Object
Any instantiated Application class
PopUpName
Use: Required
DataType: String
Name of created popup menu
InMenuTitleCaption
Use: Required
Data type: String
Name of existing System Architect popup menu where new popup menu is being placed
BeforeMenuItemCaption
Use: Optional
Data type: String
Name of existing System Architect menu item the new popup menu is being placed before. If not specified, the new popup menu is placed at the bottom of the existing popup menu.
See also
Application class: Methods