Vcl.ActnMenus.TActionMainMenuBar.UseSystemFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseSystemFont default True;

C++

__property UseSystemFont = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TActionMainMenuBar

Description

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

Vcl.ActnMenus.TActionMainMenuBar.UseSystemFont inherits from Vcl.ActnMenus.TCustomActionMenuBar.UseSystemFont. All content below this line refers to Vcl.ActnMenus.TCustomActionMenuBar.UseSystemFont.

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

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.

See Also