[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TListHotTrackStyle - enumerated type denoting the style of HotTrack
Source position: comctrls.pp line 1335
type TListHotTrackStyle = ( |
||
htHandPoint, |
|
For current ListView item, show HandPoint mouse cursor. |
htUnderlineCold, |
|
For current ListView item, show pale underline. |
htUnderlineHot |
|
For current ListView item, show bold underline. |
); |
lazarus-ccr.sourceforge.net |