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

TdxCustomRibbon.ShowTabHeaders Property

Specifies whether tab headers are shown in the Ribbon.

Declaration

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