Skip to main content

TdxRibbonFonts.Group Property

Specifies font settings for captions of Ribbon bar items and items of the Ribbon Quick Access Toolbar’s context menu.

Declaration

property Group: TFont index Ord(afGroup) read; write;

Property Value

Type
TFont

Remarks

The specified font settings are only applied to corresponding Ribbon elements if the afGroup flag is active (see the AssignedFonts property).

Note

if the bar is a part of the Ribbon and the afGroup flag is active, font settings specified by the bar’s Font or by the bar manager’s Font properties are ignored.

See Also