TdxTreeViewCustomOptionsBehavior.HotTrack Property
In This Article
#Declaration
Delphi
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