Table of Contents

Method GetNodeAt

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

GetNodeAt(PointD)

Retrieves the tree view item that is at the specified point.

public virtual TreeViewItem? GetNodeAt(PointD pt)

Parameters

pt PointD

The PointD to evaluate and retrieve the node from.

Returns

TreeViewItem

The TreeViewItem at the specified point, in tree view (client) coordinates, or null if there is no item at that location.