RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.DesktopFont Property

Specifies whether the control uses the Windows icon font when writing text.

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

Set DesktopFont to true to specify that the control should use the Windows icon font for its Font property. The Windows icon font is the value of the IconFont property of the global Screen variable. 

When DesktopFont is true, the control's Font property updates every time the Windows icon font changes. This font can be changed by setting the IconFont property of the global Screen variable, or by the actions of other programs. Setting the Font property from the IconFont property of the Screen object does not allow controls to dynamically respond in this manner when the Windows icon font changes. 

 

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