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!

TreeNodeCollection.Add (String)

Creates a new child node under this node. Child node is positioned after siblings.

[Visual Basic]
Overloads Overridable Public Function Add( _
   ByVal text As String _
) As TreeNode
[C#]
public virtual TreeNode Add(
   string text
);
[C++]
public: virtual TreeNode* Add(
   String* text
);
[JScript]
public function Add(
   text : String
) : TreeNode;

Parameters

text
Label of child node

See Also

TreeNodeCollection Class | TreeNodeCollection Members | System.WinForms Namespace | TreeNodeCollection.Add Overload List