TcxTreeListOptionsBehavior.HotTrack Property
Specifies whether nodes are hot-tracked when the mouse pointer is located over them.
Declaration
property HotTrack: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True, to emphasize (hot-track) a node that is currently located under the mouse pointer. By default, hot-tracked nodes are painted using the clHighLightText text color. To customize their appearance, set the Styles.HotTrack property or handle the Styles.OnGetHotTrackStyle event.
To respond to hot-tracking nodes, handle the TreeList control’s OnHotTrackNode event.
The default value of the HotTrack property is False.
See Also