NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeView.HotTracking

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);

See Also

TreeView Class | TreeView Members | System.WinForms Namespace