Vcl.ComCtrls.THeaderControl.HotTrack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotTrack default False;

C++

__property HotTrack = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderControl

Description

Highlights the header sections as the mouse passes over them.

Vcl.ComCtrls.THeaderControl.HotTrack inherits from Vcl.ComCtrls.TCustomHeaderControl.HotTrack. All content below this line refers to Vcl.ComCtrls.TCustomHeaderControl.HotTrack.

Highlights the header sections as the mouse passes over them.

If HotTrack is set to true, the text on each header section appears highlighted when the mouse passes over it at runtime.

See Also