Extending product function with VBA : The System Architect object model : Object model classes : Application class : Application class: Methods : ResetPanelBackGround
  
ResetPanelBackGround
Resets the background color of the status bar panel.
Syntax
Application Object.ResetPanelBackGround(Panel)
Parameters
Application Object
Use: Required
Data type: Object
Any instantiated Application class
Panel
Use: Required
Data type: Long
Panels are the panes or sections of the status bar - 1 on the left through to 4 on the right (2 and 3 appear only when a symbol is selected).
See also
Application class: Methods