Skip to main content
A newer version of this page is available. .

TdxCustomRibbon.VisibleTabs Property

Provides indexed access to the visible Ribbon tab at the position specified by the zero-based Index parameter.

Declaration

property VisibleTabs[Index: Integer]: TdxRibbonTab read;

Property Value

Type
TdxRibbonTab

Remarks

Unlike Tabs, the VisibleTabs collection only contains tabs whose Visible property is set to True.

VisibleTabs returns nil if the collection is empty (when all Ribbon tabs are hidden in the view).

See Also