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 : BaseObject, IBaseObject
Inheritance
TreeViewHitTestInfo
Implements

Constructors

TreeViewHitTestInfo()

Initializes a new instance of the TreeViewHitTestInfo class.

TreeViewHitTestInfo(TreeViewHitTestLocations, TreeViewItem?)

Initializes a new instance of the TreeViewHitTestInfo class.

Fields

Empty

Gets an empty TreeViewHitTestInfo object.

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.