TdxCustomRibbon.Fonts Property
Specifies font options for Ribbon elements.
Declaration
property Fonts: TdxRibbonFonts read; write;
Property Value
Type |
---|
TdxRibbonFonts |
Remarks
This property allows you to specify font options for the following elements:
The application name shown in the title bar of the application window (see the DocumentNameColor property)
Ribbon tab captions (see the TabHeader property)
Captions of Ribbon bar items and items of the Ribbon Quick Access Toolbar’s context menu (see the Group property)
Ribbon tab group captions (see the GroupHeader property)
To apply the specified settings to these elements, the TdxRibbonFonts class provides a toggle – the AssignedFonts property. You simply need to activate flags on this property for corresponding Ribbon elements.
See Also