Method HitTest
HitTest(PointD)
Provides list view item information, at a given client point, in device-independent units.
public ListViewHitTestInfo HitTest(PointD point)
Parameters
Returns
- ListViewHitTestInfo
The hit test result information.
Remarks
Use this method to determine whether a point is located in a ListViewItem and where within the item the point is located, such as on the label or image area.