RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ExtCtrls.TCustomCategoryPanel.THeaderState Enumeration

THeaderState is the type of the HeaderState property for a category panel.

Pascal
THeaderState = (
  hsNormal,
  hsHot,
  hsPressed
);
C++
enum THeaderState {
  hsNormal,
  hsHot,
  hsPressed
};

These are the possible value of the THeaderState type:

Value 
Meaning 
hsNormal  
Mouse cursor is not hovering over header  
hsHot  
Mouse cursor is hovering over header  
hsPressed  
Mouse cursor is hovering over header and left mouse button is depressed  

 

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