Vcl.ComCtrls.TStatusBar.UseSystemFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseSystemFont: Boolean read FUseSystemFont write SetUseSystemFont default 1;

C++

__property UseSystemFont = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusBar

Description

Specifies whether the status bar uses the system font.

Vcl.ComCtrls.TStatusBar.UseSystemFont inherits from Vcl.ComCtrls.TCustomStatusBar.UseSystemFont. All content below this line refers to Vcl.ComCtrls.TCustomStatusBar.UseSystemFont.

Specifies whether the status bar uses the system font.

UseSystemFont specifies whether the status bar uses the system font. To change fonts, use the Font property.

See Also