Skip to main content

TcxCustomTreeView.HotTrack Property

Specifies whether tree view nodes are hot-tracked.

Declaration

property HotTrack: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

When the HotTrack property is set to True, nodes are highlighted when the mouse cursor rests over them. Otherwise, they don’t respond to movements.

The images below show the appearance of the tree view control when the HotTrack property is set to True and False, respectively.

The default value of the HotTrack property is False.

See Also