RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTextProperties.ParentFont Property

Determines where an action client item looks for its font information.

Pascal
property ParentFont: Boolean;
C++
__property Boolean ParentFont;

To have an action client item use the same font as the ribbon group, set ParentFont to True. If ParentFont is False, the action client item uses its own Font property. The default ParentFont is True, so that all the action clients on a ribbon group present a uniform appearance. When the value of the Font property changes, ParentFont becomes False automatically. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!