Vcl.ExtCtrls.TCustomCategoryPanel.HeaderState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderState: THeaderState read FHeaderState;

C++

__property THeaderState HeaderState = {read=FHeaderState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanel

Description

Shows the state of the header of category panel.

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.