Extending product function with VBA : The System Architect object model : Object model classes : Application class : Application class: Methods : SetSeparatorBefore
  
SetSeparatorBefore
Places a separator bar before a menu item in a specified menu.
Syntax
Application Object.SetSeparatorBefore ItemCaption, FromMenuTitleCaption, bHasSeparator)
Parameters
Application Object
Use: Required
Data type: Object
Any instantiated Application class
ItemCaption
Use: Required
Data type: String
Name of menu item the separator bar will be placed before.
FromMenuTitleCaption
Use: Required
Data type: String
Name of existing System Architect popup menu in which the separator is being placed.
bHasSeparator
Use: Required
Data type: Boolean
Sets a true or false value on whether the separator bar is present.
See also
Application class: Methods