IStatusBarPanel Interface Properties
For a list of all members of this type, see IStatusBarPanel members.
Public Properties
Name | Description | |
---|---|---|
![]() | BoundingRectangle | Return the bounding rectangle of the panel. |
![]() | 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. |
![]() | TextHAlign | Returns or sets the alignment of text on 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 (pixels). |
See Also