Vcl.ComCtrls.TCustomStatusBar.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

Description

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