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!

StatusBarPanelBorderStyle Enumeration

Specifies the border style of a panel on the StatusBar.

[Visual Basic]
Public Enum StatusBarPanelBorderStyle
[C#]
public enum StatusBarPanelBorderStyle
[C++]
public enum StatusBarPanelBorderStyle

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
None No border.
Raised A raised border.
Sunken A sunken border.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace