Class ListViewHitTestInfo
Contains information about HitTest(PointD) result for a ListView control.
public class ListViewHitTestInfo
- Inheritance
-
ListViewHitTestInfo
Constructors
- ListViewHitTestInfo(ListViewHitTestLocations, ListViewItem?, ListViewItemCell?)
Initializes a new instance of the ListViewHitTestInfo class.
Properties
- Cell
Gets the ListViewItemCell at the position indicated by a hit test of a ListView control.
- Item
Gets the ListViewItem at the position indicated by a hit test of a ListView control.