FormBorderStyle Enumeration
List of values that are associated with the FormBorderStyle property of the Form form control.
Namespace: elsystem.windows.forms
Enumerated Values
Name |
Value |
Description | |
Fixed3D | 2 | A fixed, three-dimensional border. | |
FixedDialog | 3 | A thick, fixed dialog-style border. | |
FixedSingle | 1 | A fixed, single-line border. | |
FixedToolWindow | 5 | A tool window border that is not resizable. | |
None | 0 | No border. | |
Sizable | 4 | A resizable border. | |
SizableToolWindow | 6 | A resizable tool window border. |