Extending product function with VBA : The System Architect object model : Object model classes : Application class : Application class: Methods : CreatePopUpMenu
  
CreatePopUpMenu
Creates a pop up menu for insertion into the user interface. A bitmap icon can be associated with the pop up menu.
Syntax
Application Object.CreatePopUpMenuPopUpName[, BMPFileName]
Parameters
Application Object
Use: Required
Data type: Object
Any instantiated Application class
PopUpName
Use: Required
DataType: String
Name of created popup menu
BMPFileName
Use: Optional
Data type: String
File path and name of bitmap file (for example: "C:\Windows\world.bmp")
See also
Application class: Methods