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

Tells whether the MultiSelect style is currently set.

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

See Also

ListView Class | ListView Members | System.WinForms Namespace