This documentation is archived and is not being maintained.
ButtonBorderStyle Enumeration
.NET Framework 1.1
Specifies the border style for a button control.
[Visual Basic] <Serializable> Public Enum ButtonBorderStyle [C#] [Serializable] public enum ButtonBorderStyle [C++] [Serializable] __value public enum ButtonBorderStyle [JScript] public Serializable enum ButtonBorderStyle
Remarks
This enumeration is used by ControlPaint.DrawBorder.
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.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: