TdxCustomRibbonForm.BorderIcons Property
In This Article
Specifies buttons on the form’s title bar.
#Declaration
Delphi
property BorderIcons: TBorderIcons read; write;
#Property Value
Type | Description |
---|---|
TBorder |
A set of flags that specify displayed buttons. |
#Remarks
The following table describes flags that the BorderIcons property can contain:
Value | Description |
---|---|
bi | The form shows the System menu. Note If the Border |
bi | The title bar shows the Minimize button. |
bi | The title bar shows the Maximize button. |
bi | The title bar shows the Help button. |
Note
The current border style defines which buttons the form can display. Refer to the Border
See Also