Table of Contents

Class TreeViewHitTestInfo

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

Contains information about the hit test result for a StdTreeView 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 StdTreeView control.

Location

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