Specifies the border styles for a form.
[Visual Basic] Public Enum FormBorderStyle [C#] public enum FormBorderStyle [C++] public enum FormBorderStyle
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
This enumeration is used by the Form class.
Member Name | Description |
---|---|
Fixed3D | A fixed, three-dimensional border. |
FixedDialog | A thick, fixed dialog-style border. |
FixedSingle | A fixed, single line border. |
FixedToolWindow | A tool window border that is not resizable. |
None | No border. |
Sizable | A resizable border. |
SizableToolWindow | A resizable tool window border. |
Namespace: System.WinForms
Assembly: System.WinForms.dll