ListViewHitTestInfo::SubItem Property
.NET Framework (current version)
Gets the ListViewItem::ListViewSubItem at the position indicated by a hit test on a ListView.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ListViewItem::ListViewSubItem^ SubItem { ListViewItem::ListViewSubItem^ get(); }
Property Value
Type: System.Windows.Forms::ListViewItem::ListViewSubItem^The ListViewItem::ListViewSubItem at the position indicated by a hit test on a ListView.
This value will be null if the ListView does not contain subitems or the position indicated is not on a subitem.
.NET Framework
Available since 2.0
Available since 2.0
Show: