ListView::HitTest Method (Point)
.NET Framework (current version)
Provides item information, given a point.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- point
-
Type:
System.Drawing::Point
The Point at which to retrieve the item information. The coordinates are relative to the upper-left corner of the control.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The point contains coordinates that are less than 0. |
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 ListViewHitTestInfo object has a Location property of "None"; and the Item and SubItem properties are set to null.
.NET Framework
Available since 2.0
Available since 2.0
Show: