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 (Point)

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;

Parameters

pt
point to check against

Return Value

TreeNode The tree node at the given location.

See Also

TreeView Class | TreeView Members | System.WinForms Namespace | TreeView.GetNodeAt Overload List