TdxCustomRibbonForm.BorderStyle Property
In This Article
Specifies the form’s border style.
#Declaration
Delphi
property BorderStyle: TFormBorderStyle read; write; default bsSizeable;
#Property Value
Type | Default | Description |
---|---|---|
TForm |
bs |
A form border style. |
#Remarks
Options include:
Value | Description |
---|---|
bs |
Note Only the Alt+F4 keystroke can close the form. |
bs |
|
bs |
|
bs |
|
bs |
|
bs |
|
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