Table of Contents

Class ListViewHitTestInfo

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.

Location

Gets the location of a hit test on a ListView control, in relation to the ListView and the nodes it contains.