Returns the TreeNode at the given location in tree view coordinates.
[Visual Basic] Overloads Public Function GetNodeAt( _ ByVal x As Integer, _ ByVal y As Integer _ ) As TreeNode [C#] public TreeNode GetNodeAt( int x, int y ); [C++] public: TreeNode* GetNodeAt( int x, int y ); [JScript] public function GetNodeAt( x : int, y : int ) : TreeNode;
TreeNode The tree node at the given location.
TreeView Class | TreeView Members | System.WinForms Namespace | TreeView.GetNodeAt Overload List