Vcl.ComCtrls.TTreeView.HotTrack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotTrack: Boolean read FHotTrack write SetHotTrack default 0;

C++

__property HotTrack = {default=0};

Properties

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

Description

Specifies whether list items are highlighted when the mouse passes over them.

Vcl.ComCtrls.TTreeView.HotTrack inherits from Vcl.ComCtrls.TCustomTreeView.HotTrack. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.HotTrack.

Specifies whether list items are highlighted when the mouse passes over them.

Set HotTrack to true to provide visual feedback about which item is under the mouse. Set HotTrack to false to suppress the visual feedback about which item is under the mouse.

See Also