[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Enables or disables highlight / underline drawing styles on a tree item when the mouse is hovered over it.
Source position: comctrls.pp line 3656
protected property TCustomTreeView.HotTrack : Boolean |
HotTrack is a Boolean property which controls whether a hot-tracking highlight is drawn for the tree node under the mouse cursor. The default value for the property is False and disables hot-track highlighting on the control.
The property value is read from and written to the Options property for the control; the value tvoHotTrack is included in or excluded from Options based on the property value. Setting HotTrack to True causes tvoHotTrack to be included in the Options property.
HotTrack is used in methods like DoPaintNode, MouseLeave, and MouseMove.
Use HotTrackColor to set the font color used to draw the hot-tracked tree node. Theme element details are used to get the background color for a hot-tracked tree node.
|
The set of options enabled in the tree view control. |
|
|
Handles mouse move messages for the control. |
|
|
Performs actions needed when the mouse pointer leaves the control. |
|
|
Renders the specified tree node to the canvas for the control. |
|
|
Implements the Paint method for the control. |
|
|
TTreeViewOption - enumerated type containing the permissible values for Options in TreeViews. |
|
|
Set type used to store values from the TTreeViewOption enumeration. |
|
|
Enables or disables hot tracking selection when the mouse is hovered over an item. |
Version 4.0 | Generated 2025-05-03 | Home |