Vcl.ComCtrls.TCustomListView.HotTrackStyles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotTrackStyles: TListHotTrackStyles read FHotTrackStyles write SetHotTrackStyles default [];

C++

__property TListHotTrackStyles HotTrackStyles = {read=FHotTrackStyles, write=SetHotTrackStyles, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Specifies the hot tracking styles.

Use HotTrackStyles to specify the hot tracking styles. The hot tracking style indicates the type of feedback that the list view gives when the mouse passes over list items. This feedback can be a change of the mouse cursor or underline of the list items.

To turn hot tracking on, set HotTrack to true.

See Also