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 point)

Parameters

point PointD

The PointD to evaluate and retrieve the node from.

Returns

TreeViewItem

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