Vcl.ExtCtrls.TCategoryPanelGroup.HeaderFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderFont: TFont read FHeaderFont write SetHeaderFont;

C++

__property HeaderFont;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCategoryPanelGroup

Description

Specifies the font of the caption of the headers of the panels.

Vcl.ExtCtrls.TCategoryPanelGroup.HeaderFont inherits from Vcl.ExtCtrls.TCustomCategoryPanelGroup.HeaderFont. All content below this line refers to Vcl.ExtCtrls.TCustomCategoryPanelGroup.HeaderFont.

Specifies the font of the caption of the headers of the panels.

Use the HeaderFont property to specify the font and font properties used to draw the caption of the headers of the category panels in the category panel group. The HeaderFont property has no effect when HeaderStyle is hsThemed.