Common Application Framework

IStatusBarPanel Properties

The properties of the IStatusBarPanel interface are listed below. For a complete list of IStatusBarPanel interface members, see the IStatusBarPanel Members topic.

Public Instance Properties

Enabled Returns or sets if the panel is enabled.
Image Returns or sets the image associated with the panel.
Key Key for the panel.
SizingMode 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.
Text Returns or sets the text associated with the panel.
Tooltip Returns or sets the tooltip for the panel.
Visible Returns or sets if the panel is visible.
Width Returns or sets the width of the panel.

See Also

IStatusBarPanel Interface | Aveva.ApplicationFramework.Presentation Namespace