FormBorderStyle

Description

The FormBorderStyle enumeration contains form border styles.

It is used by the following property:

Available values

Value Brief description
0 None. Constant form size, there is no borders.
1 Single. Constant form size, single border.
2 Dialog. Constant form size, standard border of the dialog box.
3 Sizeable. Standard border, it is possible to change the box sizes.
4 DialogWithHelp. "?" additional button-tip, pressing this button activates help display mode. On selecting a tooltip for a component, the OnHelp event is called, and the value of the HelpContext property of the selected component is passed to this event.
The EnterContextHelpMode method can emulate pressing this button.

See also:

Forms Assembly Enumerations