Vcl.ExtCtrls.TCategoryPanelGroup.HeaderStyle
Delphi
property HeaderStyle: TCustomCategoryPanelGroup.THeaderStyle read FHeaderStyle write SetHeaderStyle default 0;
C++
__property HeaderStyle = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TCategoryPanelGroup |
Description
Specifies the appearance of the headers of the the category panels. {{#multireplace:Vcl.ExtCtrls.TCategoryPanelGroup.HeaderStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomCategoryPanelGroup.HeaderStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtCtrls.TCustomCategoryPanelGroup.HeaderStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Specifies the appearance of the headers of the the category panels.
Use HeaderStyle to determine the appearance of headers of the category panels in the category panel group.
| Value | Meaning |
|---|---|
|
hsGradient |
Header is a gradient determined by the GradientBaseColor, GradientColor, and GradientDirection properties. |
|
hsImage |
Header is the stretched image defined by the HeaderImage property. If HeaderImage is undefined, the hsGradient style will be used instead. |
|
hsThemed |
Header is defined by the system's theme. If runtime themes aren't enabled or supported, the hsGradient style will be used instead. |