ListViewHitTestInfo::Item Property

 

Gets the ListViewItem at the position indicated by a hit test on a ListView.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property ListViewItem^ Item {
	ListViewItem^ get();
}

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
Return to top
Show: