Vcl.ExtCtrls.TCustomCategoryPanelGroup.HeaderImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderImage: TPicture read FHeaderImage write SetHeaderImage;

C++

__property Vcl::Graphics::TPicture* HeaderImage = {read=FHeaderImage, write=SetHeaderImage};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

Description

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