TdxRibbonFonts.GroupHeader Property
Specifies font settings for a Ribbon tab group caption.
Declaration
property GroupHeader: TFont index Ord(afGroupHeader) read; write;
Property Value
Type |
---|
TFont |
Remarks
If a toolbar is docked into the Ribbon, its caption (see the toolbar’s Caption property) is displayed as the tab group’s title.
The specified font settings are only applied to bar captions if the afGroupHeader flag is active (see the AssignedFonts property).
See Also