TdxBar.UseOwnFont Property
Specifies the font settings used to draw controls on the current toolbar.
Declaration
property UseOwnFont: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
When the UseOwnFont property is set to False, then the font settings of the bar manager are used to draw controls on the current toolbar (as specified by the bar manager’s Font property). Otherwise, the toolbar’s font settings are used.
The default value of the UseOwnFont property is False.
See Also