Wimark.Controls Class Library  

TreeView.GetNodeAt Method

Retrieves the tree node at the point with the specified coordinates.

Overload List

Retrieves the tree node that is at the specified point.

[Visual Basic] Overloads Public Function GetNodeAt(Point) As TreeNode
[C#] public TreeNode GetNodeAt(Point);
[C++] public: TreeNode* GetNodeAt(Point);

Retrieves the tree node at the point with the specified coordinates.

[Visual Basic] Overloads Public Function GetNodeAt(Integer, Integer) As TreeNode
[C#] public TreeNode GetNodeAt(int, int);
[C++] public: TreeNode* GetNodeAt(int, int);

See Also

TreeView Class | TreeView Members | Wimark.Controls Namespace