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.
The ButtonBorderStyle enumeration is used by the DrawBorder method. DrawBorder updates the display of the button when controls are initially drawn or refreshed.
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. |
Namespace: System.WinForms
Assembly: System.WinForms.dll