Skip to main content
A newer version of this page is available. .

TdxTreeViewCustomOptionsBehavior.HotTrack Property

Specifies if the Tree View highlights a node when the mouse pointer hovers it.

Declaration

property HotTrack: Boolean read; write;

Property Value

Type Description
Boolean

If True, the control highlights a hot-tracked node; otherwise, the node displays no effects.

Remarks

Refer to the TdxTreeViewControlOptionsBehavior.HotTrack property description for detailed information and an example.

See Also