[Overview][Constants][Types][Classes][Procedures and functions][Index] |
HotTrack - the property whereby the item under the mouse pointer becomes emphasised
Source position: comctrls.pp line 1169
public property TCustomListView.HotTrack: Boolean |
HotTrack is the name given to the feature whereby, as the mouse pointer moves over some graphic item (eg 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
|
HotTrack - the property whereby the item under the mouse pointer becomes emphasised |
lazarus-ccr.sourceforge.net |