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

Determines whether items can be selected by hovering over them with the mouse.

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

See Also

ListView Class | ListView Members | System.WinForms Namespace