ListViewItem::GetSubItemAt Method (Int32, Int32)
.NET Framework (current version)
Returns the subitem of the ListViewItem at the specified coordinates.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return Value
Type: System.Windows.Forms::ListViewItem::ListViewSubItem^The ListViewItem::ListViewSubItem at the specified x- and y-coordinates.
The GetSubItemAt method will return null if the ListView is not in Details view, or there is not a ListViewItem::ListViewSubItem located at the specified point.
.NET Framework
Available since 2.0
Available since 2.0
Show: