Table of Contents

Class TreeViewHitTestInfo

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

Contains information about HitTest(PointD) result for a TreeView control.

public class TreeViewHitTestInfo
Inheritance
TreeViewHitTestInfo

Constructors

TreeViewHitTestInfo(TreeViewHitTestLocations, TreeViewItem?)

Initializes a new instance of the TreeViewHitTestInfo class.

Properties

Item

Gets the TreeViewItem at the position indicated by a hit test of a TreeView control.

Location

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