RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCategoryPanel.HeaderState Property

Shows the state of the header of category panel.

Pascal
property HeaderState: THeaderState;
C++
__property THeaderState HeaderState;

Use HeaderState to determine the current state of the header of the category panel. This is a read-only property.

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!