RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TListHotTrackStyle Enumeration

TListHotTrackStyle and TListHotTrackStyles specify hot tracking styles for a list view control.

Pascal
TListHotTrackStyle = (
  htHandPoint,
  htUnderlineCold,
  htUnderlineHot
);
C++
enum TListHotTrackStyle {
  htHandPoint,
  htUnderlineCold,
  htUnderlineHot
};

TListHotTrackStyles describes how hot tracking occurs in a list view control. It can have any of the following values:

Value 
Meaning 
htHandPoint  
The mouse cursor turns into a hand.  
htUnderlineCold  
An underline is displayed under all untracked items.  
htUnderlineHot  
An underline is displayed under the tracked item.  

 

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