TreeNodeCollection.Add Method
.NET Framework 3.0
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. |