ListViewHitTestInfo Class
Contains information about an area of a ListView control or a ListViewItem.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | ListViewHitTestInfo(ListViewItem^, ListViewItem::ListViewSubItem^, ListViewHitTestLocations) | Initializes a new instance of the ListViewHitTestInfo class. |
| Name | Description | |
|---|---|---|
![]() | Item | Gets the ListViewItem at the position indicated by a hit test on a ListView. |
![]() | Location | |
![]() | SubItem | Gets the ListViewItem::ListViewSubItem at the position indicated by a hit test on a ListView. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The following code example demonstrates using the ListViewHitTestInfo class and the HitTest method to determine the location of a MouseDown event. To run this code, paste it into a Windows Form that contains a ListView named listView1 that is populated with items. Associate the MouseDown event for the form and listView1 with the HandleMouseDown method in this example.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


