Vcl.ExtCtrls.TCustomCategoryPanel.THeaderState
Delphi
THeaderState = (hsNormal, hsHot, hsPressed);
C++
enum DECLSPEC_DENUM THeaderState : unsigned char { hsNormal, hsHot, hsPressed };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | class protected | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TCustomCategoryPanel |
Description
THeaderState is the type of the HeaderState property for a category panel.
These are the possible value of the THeaderState type:
| Value | Meaning |
|---|---|
|
|
Mouse cursor is not hovering over header. |
|
|
Mouse cursor is hovering over header. |
|
|
Mouse cursor is hovering over header and left mouse button is pressed. |