FormBorderStyle Enumeration
Specifies the border styles for a form.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. A tool window does not appear in the taskbar or in the window that appears when the user presses ALT+TAB. Although forms that specify FixedToolWindow typically are not shown in the taskbar, you must also ensure that the ShowInTaskbar property is set to false, since its default value is true. | |
| None | No border. | |
| Sizable | A resizable border. | |
| SizableToolWindow | A resizable tool window border. A tool window does not appear in the taskbar or in the window that appears when the user presses ALT+TAB. |
This enumeration is used by the Form class. It represents the different styles of the form. The default style is Sizable.
Available since 1.1