Extending product function with VBA > The System Architect object model > Object model classes > Application class > Application class: Methods > RemovePopUpMenu
  
RemovePopUpMenu
The specified pop up menu will be removed from the System Architect menu system.
Syntax
Application Object.RemovePopUpMenu(PopUpName)
Parameters
Application Object
Use: Required
Data type: Object
Any instantiated Application class
PopUpName
Use: Required
DataType: String
Name of popup menu being removed
See also
Application class: Methods