TdxRibbonFonts.AssignedFonts Property
Activates font options for enumerated Ribbon elements.
Declaration
property AssignedFonts: TdxRibbonAssignedFonts read; write; default [];
Property Value
Type |
---|
TdxRibbonAssignedFonts |
Remarks
With the AssignedFonts property, the specified font options can be applied to the following Ribbon 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)
Note
flags for the corresponding font options are automatically activated on the AssignedFonts property if these options were modified.
The default value of the AssignedFonts property is [].
See Also