Specifies the border style for a control or form.
[Visual Basic] Public Enum BorderStyle [C#] public enum BorderStyle [C++] public enum BorderStyle
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use the members of this enumeration to set the border style for controls that have a changeable border.
Member Name | Description |
---|---|
Fixed3D | A three-dimensional border. |
FixedSingle | A single-line border. |
None | No border. |
Namespace: System.WinForms
Assembly: System.WinForms.dll