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!

ListView.HideSelection

If false, selected items will still be highlighted (in a different color) when focus is moved away from the ListView.

[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

ListView Class | ListView Members | System.WinForms Namespace