Method GetNodeAt
GetNodeAt(PointD)
Retrieves the tree view item that is at the specified point.
public virtual TreeViewItem? GetNodeAt(PointD pt)
Parameters
Returns
- TreeViewItem
The TreeViewItem at the specified point, in tree view (client) coordinates, or null if there is no item at that location.