System.Windows.Forms.ListViewHitTestInfo.Item Property

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

Syntax

public ListViewItem Item { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This value will be null if the System.Windows.Forms.ListView does not contain items or the position indicated is not on an item.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0