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!

ButtonBorderStyle Enumeration

Specifies the border style for a button control.

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

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

Remarks

The ButtonBorderStyle enumeration is used by the DrawBorder method. DrawBorder updates the display of the button when controls are initially drawn or refreshed.

Members

Member Name Description
Dashed A dashed border.
Dotted A dotted-line border.
Inset A sunken border.
None No border.
Outset A raised border.
Solid A solid border.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | DrawBorder | FlatStyle