NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeView.GetNodeAt

[To be supplied.]

Overload List

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;

See Also

TreeView Class | TreeView Members | System.WinForms Namespace