Vcl.Forms.TScreen.MenuFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MenuFont: TFont read FMenuFont write SetMenuFont;

C++

__property Vcl::Graphics::TFont* MenuFont = {read=FMenuFont, write=SetMenuFont};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Description

Specifies the font used for menu commands.

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.

See Also