'Declaration
Public Overloads Function GetNodeAt( _ ByVal pt As System.Drawing.Point _ ) As System.Windows.Forms.TreeNode
'Usage
Dim instance As NSceneTreeViewControl Dim pt As System.Drawing.Point Dim value As System.Windows.Forms.TreeNode value = instance.GetNodeAt(pt)
public System.Windows.Forms.TreeNode GetNodeAt( System.Drawing.Point pt )
Parameters
- pt