The value of the HotTracking property. The HotTracking property determines if nodes are highlighted as the mousepointer passes over them.
[Visual Basic] Public Property HotTracking As Boolean [C#] public bool HotTracking {get; set;} [C++] public: __property bool get_HotTracking(); public: __property void set_HotTracking(bool); [JScript] public function get HotTracking() : Boolean; public function set HotTracking(Boolean);
TreeView Class | TreeView Members | System.WinForms Namespace