AVEVA CAF API Documenation

IStatusBarPanel Interface Properties

For a list of all members of this type, see IStatusBarPanel members.

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
See Also