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