RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.HotTrackStyles Property

Specifies the hot tracking styles.

Pascal
property HotTrackStyles: TListHotTrackStyles;
C++
__property TListHotTrackStyles HotTrackStyles;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!