TFormBorderStyle Enumeration

Represents type TFormBorderStyle.

Namespace: System.UI.Controls
type
 TFormBorderStyle = (bsNone, bsSingle, bsSizeable, bsDialog, bsToolWindow, bsSizeToolWin);

The TFormBorderStyle type exposes the following members.

Show:
 NameDescription
bsDialog

Represents constant bsDialog.

bsNone

Represents constant bsNone.

bsSingle

Represents constant bsSingle.

bsSizeable

Represents constant bsSizeable.

bsSizeToolWin

Represents constant bsSizeToolWin.

bsToolWindow

Represents constant bsToolWindow.

Top