ListViewHitTestInfo::SubItem Property

 

Gets the ListViewItem::ListViewSubItem 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::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
Return to top
Show: