TdxCustomRibbon.CapitalizeTabCaptions Property
Specifies if Ribbon tab captions are capitalized.
Declaration
property CapitalizeTabCaptions: TdxDefaultBoolean read; write; default bFalse;
Property Value
Type | Default | Description |
---|---|---|
TdxDefaultBoolean | bFalse |
Remarks
You can set the CapitalizeTabCaptions
property to bTrue or bFalse to explicitly enable or disable tab caption capitalization regardless of the active Ribbon style.
Default Value
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