Wimark.Controls Class Library  

TreeNodeCollection.Add Method

Adds a TreeNode object to the end of the collection.

Overload List

Adds a new tree node to the end of the current tree node collection with the specified label text.

[Visual Basic] Overloads Public Function Add(String) As TreeNode
[C#] public TreeNode Add(string);
[C++] public: TreeNode* Add(String*);

Adds a TreeNode object to the end of the collection.

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

See Also

TreeNodeCollection Class | TreeNodeCollection Members | Wimark.Controls Namespace | TreeNode