Skip to main content

TcxCustomShellTreeView.TreeHotTrack Property

Determines whether the shell tree view nodes can be hot-tracked.

Declaration

property TreeHotTrack: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the ListHotTrack property to enable node hot-tracking within a shell tree view. When the mouse pointer hovers over shell tree view nodes and the HotTrack property is set to True, nodes are hot-tracked.

The TreeHotTrack property’s default value is False.

See Also