[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Allow to highlight/underline current ListView item, which is under mouse cursor.
Source position: comctrls.pp line 1606
public property TCustomListView.HotTrack : Boolean |
HotTrack is the name given to the feature whereby, as the mouse pointer moves over some graphic item (e.g. a tab, an entry in a list, a button or other control in a form), that item becomes emphasized in some way.
The default list of emphasis possibilities is given by the definition
TListHotTrackStyle = (htHandPoint, htUnderlineCold, htUnderlineHot)
in other words
This feature can be used in List Views and in TabControls
|
Allow to highlight/underline current ListView item, which is under mouse cursor. |
lazarus-ccr.sourceforge.net |