Back to Devexpress

TdxCustomRibbonForm.BorderIcons Property

vcl-dxribbonform-dot-tdxcustomribbonform-a19e0b76.md

latest1.4 KB
Original Source

TdxCustomRibbonForm.BorderIcons Property

Specifies buttons on the form’s title bar.

Declaration

delphi
property BorderIcons: TBorderIcons read; write;

Property Value

TypeDescription
TBorderIcons

A set of flags that specify displayed buttons.

|

Remarks

The following table describes flags that the BorderIcons property can contain:

|

Value

|

Description

| | --- | --- | |

biSystemMenu

|

The form shows the System menu.

Note

If the BorderIcons property does not contain this flag, the title bar displays no buttons, even if other flags are present.

| |

biMinimize

|

The title bar shows the Minimize button.

| |

biMaximize

|

The title bar shows the Maximize button.

| |

biHelp

|

The title bar shows the Help button.

|

Note

The current border style defines which buttons the form can display. Refer to the BorderStyle property description for information on available border styles and their button-related limitations.

See Also

TdxCustomRibbonForm Class

TdxCustomRibbonForm Members

dxRibbonForm Unit