FormBorderStyle

FormBorderStyle enum

Defines how the border is drawn.

enum class FormBorderStyle

Values

NameValueDescription
None0No border at all.
FixedSingle1Single border.
Fixed3D23D-like border.
FixedDialog3Dialog style border.
Sizable4Resizable border.
FixedToolWindow5Unresizable tool window border.
SizableToolWindow6Resizable tool window border.

See Also