NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StatusBarPanelStyle Enumeration

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.

Remarks

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.

Members

Member Name Description
OwnerDraw The panel is drawn by the owner.
Text The panel is drawn by the system.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace