API:Vcl.ExtCtrls.TCategoryPanelGroup.HeaderImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderImage;

C++

__property HeaderImage;

Properties

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

Description

Specifies the image used for the background of the headers of the panels.

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

Specifies the image used for the background of the headers of the panels.

Use the HeaderImage property to specify an image as the background for the headers of the category panels within the category panel group. This property has no effect if HeaderStyle is set to something other than hsImage.

See Also