Skip to main content

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
  • If bDefault, tab captions are capitalized only if the Style property is set to rs2013.
  • If bTrue, tab captions are always capitalized.
  • If bFalse, the Ribbon control always displays tab captions as is.

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