Specifies whether a panel on a status bar is owner drawn or system drawn.
[Visual Basic] Public Enum StatusBarPanelStyle [C#] public enum StatusBarPanelStyle [C++] public enum StatusBarPanelStyle
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Owner drawn status bar panels support displaying images or a different font from the rest of the status bar, while system drawn status bar panels are used to display text.
Member Name | Description |
---|---|
OwnerDraw | The panel is drawn by the owner. |
Text | The panel is drawn by the system. |
Namespace: System.WinForms
Assembly: System.WinForms.dll