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