0 out of 114 rated this helpful - Rate this topic

TreeNodeCollection.Add Method

Adds a new tree node to the collection.
Name Description
TreeNodeCollection.Add (String) Adds a new tree node with the specified label text to the end of the current tree node collection.

Supported by the .NET Compact Framework.

TreeNodeCollection.Add (TreeNode) Adds a previously created tree node to the end of the tree node collection.

Supported by the .NET Compact Framework.

TreeNodeCollection.Add (String, String) Creates a new tree node with the specified key and text, and adds it to the collection.
TreeNodeCollection.Add (String, String, Int32) Creates a tree node with the specified key, text, and image, and adds it to the collection.
TreeNodeCollection.Add (String, String, String) Creates a tree node with the specified key, text, and image, and adds it to the collection.
TreeNodeCollection.Add (String, String, Int32, Int32) Creates a tree node with the specified key, text, and images, and adds it to the collection.
TreeNodeCollection.Add (String, String, String, String) Creates a tree node with the specified key, text, and images, and adds it to the collection.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.