Back to Devexpress

TdxRibbonTab.Active Property

vcl-dxribbon-dot-tdxribbontab-abdc3c76.md

latest1006 B
Original Source

TdxRibbonTab.Active Property

Specifies whether the currently processed tab is active.

Declaration

delphi
property Active: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Set the Active property to True to select the tab. Otherwise, it will be inactive.

Note that if an invisible tab is activated, it automatically becomes visible (the tab’s Visible property is set to True ).

The default value of the Active property is False.

See Also

TdxCustomRibbon.ActiveTab

TdxCustomRibbon.Tabs

TdxRibbonTabCollection.Items

TdxRibbonTab Class

TdxRibbonTab Members

dxRibbon Unit