[To be supplied.]
Returns the TreeNode at the given location in tree view coordinates.
[Visual Basic] Overloads Public Function GetNodeAt(Point) As TreeNode
[C#] public TreeNode GetNodeAt(Point);
[C++] public: TreeNode* GetNodeAt(Point);
[JScript] public function GetNodeAt(Point) : TreeNode;
Returns the TreeNode at the given location in tree view coordinates.
[Visual Basic] Overloads Public Function GetNodeAt(Integer, Integer) As TreeNode
[C#] public TreeNode GetNodeAt(int, int);
[C++] public: TreeNode* GetNodeAt(int, int);
[JScript] public function GetNodeAt(int, int) : TreeNode;
TreeView Class | TreeView Members | System.WinForms Namespace