Vcl.ComCtrls.TListHotTrackStyle
Delphi
TListHotTrackStyle = (htHandPoint, htUnderlineCold, htUnderlineHot);
C++
enum DECLSPEC_DENUM TListHotTrackStyle : unsigned char { htHandPoint, htUnderlineCold, htUnderlineHot };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TListHotTrackStyle and TListHotTrackStyles specify hot tracking styles for a list view control.
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. |