StatusBarPanel Properties
.NET Framework 4.5
The StatusBarPanel type exposes the following members.
| Name | Description | |
|---|---|---|
|
Alignment | Gets or sets the alignment of text and icons within the status bar panel. |
|
AutoSize | Gets or sets a value indicating whether the status bar panel is automatically resized. |
|
BorderStyle | Gets or sets the border style of the status bar panel. |
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
Icon | Gets or sets the icon to display within the status bar panel. |
|
MinWidth | Gets or sets the minimum allowed width of the status bar panel within the StatusBar control. |
|
Name | Gets or sets the name to apply to the StatusBarPanel. |
|
Parent | Gets the StatusBar control that hosts the status bar panel. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
Style | Gets or sets the style of the status bar panel. |
|
Tag | Gets or sets an object that contains data about the StatusBarPanel. |
|
Text | Gets or sets the text of the status bar panel. |
|
ToolTipText | Gets or sets ToolTip text associated with the status bar panel. |
|
Width | Gets or sets the width of the status bar panel within the StatusBar control. |