AVEVA CAF API Documenation
Properties  Events

IStatusBarPanel Interface Members

The following tables list the members exposed by IStatusBarPanel.

Public Properties
 NameDescription
 Property Return the bounding rectangle of the panel.  
 Property Returns or sets if the panel is enabled.  
 Property Returns or sets the image associated with the panel.  
 Property Key for the panel.  
 Property Returns or sets how the panel can be sized. Fixed - The panel's size is controlled by the width. Automatic - The panel's size is based on its contents. Adjustable - The panel's base size is controlled by the width but the panel may be resized. Spring - The panel size is based on the remaining size remaining after the other visible panes have been sized.  
 Property Returns or sets the text associated with the panel.  
 Property Returns or sets the alignment of text on the panel.  
 Property Returns or sets the tooltip for the panel.  
 Property Returns or sets if the panel is visible.  
 Property Returns or sets the width of the panel (pixels).  
Top
Public Events
 NameDescription
 Event Occurs when the panel is clicked  
 Event Occurs when the panel is double clicked  
Top
See Also