Vcl.ActnMenus.TCustomActionMenuBar.UseSystemFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseSystemFont: Boolean read FUseSystemFont write SetUseSystemFont;

C++

__property bool UseSystemFont = {read=FUseSystemFont, write=SetUseSystemFont, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

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