TcxTreeListNode.HotTrack Property
In This Article
Determines whether the node is hot-tracked.
#Declaration
Delphi
property HotTrack: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
The HotTrack property indicates whether the node is hot-tracked. You can handle the TreeList control’s OnHotTrackNode event to process node hot-tracking within the TreeList control.
See Also