RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.MenuFont Property

Specifies the font used for menu commands.

Pascal
property MenuFont: TFont;
C++
__property TFont MenuFont;

MenuFont stores the Windows menu font setting. This font is used for menu items in main menus or popup menus that do not draw their own menu items in an OnDrawItem event handler. 

 

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