JVCL Help:TJvOutlookBarPage.ParentFont
JVCL Help: TJvOutlookBarPage.ParentFont Property
Search in JVCL Help
Search in all projectsSummary
Determines where a control looks for its font information.
Pascal
propertyParentFont: Boolean;
Description
To have a control use the same font as its parent control, set ParentFont to true. If ParentFont is false the control uses its own Font property. Set ParentFont to true for all controls in order to ensure that all the controls on a form have a uniform appearance. Fo example, if ParentFont is true for all controls in a form, changing the form’s Font property to 12-point Courier causes all controls on the form to use that font.
When the value of a control's Font property changes, ParentFont becomes false automatically.
See Also
TJvOutlookBarPage.Color, TJvOutlookBarPage.Font, TJvOutlookBarPage.ParentColor
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page