RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ExtCtrls.TCustomCategoryPanelGroup.THeaderStyle Enumeration

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

Pascal
THeaderStyle = (
  hsGradient,
  hsImage,
  hsThemed
);
C++
enum THeaderStyle {
  hsGradient,
  hsImage,
  hsThemed
};

THeaderStyle is the type of the HeaderStyle property for a category panel group. These are the possible values of the THeaderStyle type:

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!