Vcl.ComCtrls.TListHotTrackStyles
Delphi
type TListHotTrackStyles = set of TListHotTrackStyle;
C++
typedef System::Set<TListHotTrackStyle, TListHotTrackStyle::htHandPoint, TListHotTrackStyle::htUnderlineHot> TListHotTrackStyles;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
set typedef |
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. |