RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCategoryPanelGroup.HeaderStyle Property

Specifies the appearance of the headers of the the category panels.

Pascal
property HeaderStyle: THeaderStyle;
C++
__property THeaderStyle HeaderStyle;

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!