- pt
- The System.Drawing.Point to evaluate and retrieve the node from.
The System.Windows.Forms.TreeNode at the specified point, in tree view (client) coordinates, or null if there is no node at that location.
You can pass the MouseEventArgs.X and MouseEventArgs.Y coordinates of the Control.MouseDown event as the System.Drawing.Point.X and System.Drawing.Point.Y values of a new System.Drawing.Point.