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);
ListView Class | ListView Members | System.WinForms Namespace