TdxCustomRibbon.VisibleTabCount Property
In This Article
Gets a count of Ribbon tabs that are visible in the Ribbon.
#Declaration
Delphi
property VisibleTabCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property only calculates tabs whose Visible property is set to True.
See Also