The item information, given x- and y- coordinates.
Use this method to determine whether a point is in an item or subitem, and where in the item the point is located, such as on the label or image area. If the coordinates are located outside the control, the returned System.Windows.Forms.ListViewHitTestInfo object has a ListViewHitTestInfo.Location property of "None"; and the ListViewHitTestInfo.Item and ListViewHitTestInfo.SubItem properties are set to null.