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

TdxCustomRibbon.CapitalizeTabCaptions Property

Specifies if the Ribbon tab captions are capitalized.

Declaration

property CapitalizeTabCaptions: TdxDefaultBoolean read; write; default bFalse;

Property Value

Type Default
TdxDefaultBoolean bFalse

Remarks

Options include:

Value

Description

Example

bDefault

The captions are capitalized only for the Office 2013 Ribbon style, helping you imitate the caption style of Microsoft Office® 2013 and Microsoft Office® Online.

This option is enabled by default for Ribbon controls created by application and form IDE templates shipped with the ExpressBars Suite.

bFalse

Capitalization is disabled for all Ribbon styles. Ribbon tabs display captions as is.

bTrue

The captions are always capitalized.

The default value of the CapitalizeTabCaptions property is bFalse.

See Also