Vcl.ActnMan.TTextProperties.ParentFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentFont: Boolean read FParentFont write SetParentFont default True;

C++

__property bool ParentFont = {read=FParentFont, write=SetParentFont, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TTextProperties

Description

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

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.

See Also