TdxCustomRibbon.ShowTabHeaders Property
In This Article
Specifies whether tab headers are shown in the Ribbon.
#Declaration
Delphi
property ShowTabHeaders: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the ShowTabHeaders property to False to hide tab headers.
Note
the Ribbon Application Button is not displayed, if tab headers are hidden.
The default value of the ShowTabHeaders property is True.
See Also