TdxCustomRibbonForm.BorderStyle Property
Specifies the form’s border style.
Declaration
property BorderStyle: TFormBorderStyle read; write; default bsSizeable;
Property Value
Type | Default | Description |
---|---|---|
TFormBorderStyle | bsSizeable | A form border style. |
Remarks
Options include:
Value | Description |
---|---|
bsNone |
Note Only the Alt+F4 keystroke can close the form. |
bsSingle |
|
bsDialog |
|
bsSizable |
|
bsToolWindow |
|
bsSizeToolWin |
|
If the current border style prohibits the title bar from showing a button, you are unable to display it, even if the corresponding flag is present in the BorderIcons property.
The BorderStyle
property’s default value is bsSizeable
.
See Also