StatusBarPanel Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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 | |
![]() | Events | |
![]() | 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 | |
![]() | 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. |

