vcl-dxribbon-dot-tdxcustomribbon-2ba4980b.md
Specifies if Ribbon tab captions are capitalized.
property CapitalizeTabCaptions: TdxDefaultBoolean read; write; default bFalse;
| Type | Default | Description |
|---|---|---|
| TdxDefaultBoolean | bFalse |
|
You can set the CapitalizeTabCaptions property to bTrue or bFalse to explicitly enable or disable tab caption capitalization regardless of the active Ribbon style.
The CapitalizeTabCaptions property’s default value is bFalse.
The default CapitalizeTabCaptions property value indicates that the Ribbon control capitalizes tab captions only if the Style property is set to rs2013 to imitate the Ribbon UI appearance in Microsoft Office® 2013.
See Also