TdxRibbonFonts.Group Property
In This Article
Specifies font settings for captions of Ribbon bar items and items of the Ribbon Quick Access Toolbar’s context menu.
#Declaration
Delphi
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 af
See Also