Vcl.ExtCtrls.TCustomCategoryPanel.THeaderState

From RAD Studio API Documentation
Jump to: navigation, search

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

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 pressed.