This enumeration is used by ControlPaint.DrawBorder(System.Drawing.Graphics, System.Drawing.Rectangle, System.Drawing.Color, ButtonBorderStyle).
ControlPaint.DrawBorder(System.Drawing.Graphics, System.Drawing.Rectangle, System.Drawing.Color, ButtonBorderStyle) 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. |