RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionMainMenuBar.UseSystemFont Property

Specifies whether the default system font for menu items is used.

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

Use UseSystemFont to specify whether the action band uses the default system menu font when it draws the captions for its items. By default, UseSystemFont is set to true. When the Font property is changed from the default values, UseSystemFont is automatically set to false. Setting UseSystemFont to true causes the font specified in the MenuFont property of the TScreen object to be used instead of the font specified in the action band's Font property. 

 

TFont 

TextOut 

TextRect 

Assign

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!