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
Public property Fixed3D 2 A fixed, three-dimensional border.
Public property FixedDialog 3 A thick, fixed dialog-style border.
Public property FixedSingle 1 A fixed, single-line border.
Public property FixedToolWindow 5 A tool window border that is not resizable.
Public property None 0 No border.
Public property Sizable 4 A resizable border.
Public property SizableToolWindow 6 A resizable tool window border.