ListViewHitTestInfo::Item Property
.NET Framework (current version)
Gets the ListViewItem at the position indicated by a hit test on a ListView.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms::ListViewItem^The ListViewItem at the position indicated by a hit test on a ListView.
This value will be null if the ListView does not contain items or the position indicated is not on an item.
.NET Framework
Available since 2.0
Available since 2.0
Show: