ButtonBorderStyle Enumeration
.NET Framework (current version)
Specifies the border style for a button control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
This enumeration is used by ControlPaint::DrawBorder.
DrawBorder updates the display of the button when controls are initially drawn or refreshed.
.NET Framework
Available since 1.1
Available since 1.1
Show: