Method GetNodeAtMouseCursor
GetNodeAtMouseCursor()
Retrieves the tree control item located at the current mouse cursor position.
public virtual TreeViewItem? GetNodeAtMouseCursor()
Returns
- TreeViewItem
The TreeViewItem at the mouse cursor position, or
nullif no item is found.