Skip to main content

TdxBarManager.Font Property

Specifies the font of the current bar manager’s items, toolbars, popup menus, hints and the Customization Form.

Declaration

property Font: TFont read; write;

Property Value

Type
TFont

Remarks

Font color and charset cannot be changed using this property.

Font size and height cannot be changed if the Scaled property is set to True. In this instance, the system menu font size and height are applied. Some of the font settings can be applied to individual toolbars (via a toolbar’s Font property), and items (via an item’s Style property).

If a toolbar’s UseOwnFont property or the UseOwnFont property of the toolbar’s popup menu is set to True, the bar manager’s font settings cannot be applied to the corresponding toolbar or popup menu.

The default font is set for the bar manager via the UseSystemFont property. By default, its value is True. If the Font property is modified, the UseSystemFont property is set to False.

See Also