Vcl.ComCtrls.TCustomHeaderControl.HotTrack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotTrack: Boolean read FHotTrack write SetHotTrack;

C++

__property bool HotTrack = {read=FHotTrack, write=SetHotTrack, nodefault};

Properties

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

Description

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