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.HideSelection

The hideSelection property specifies whether the selected node will be highlighted even when the TreeView loses focus.

[Visual Basic]
Public Property HideSelection As Boolean
[C#]
public bool HideSelection {get; set;}
[C++]
public: __property bool get_HideSelection();
public: __property void set_HideSelection(bool);
[JScript]
public function get HideSelection() : Boolean;
public function set HideSelection(Boolean);

See Also

TreeView Class | TreeView Members | System.WinForms Namespace