|
| Name | Description |
|---|
.gif) | Insert(Int32, String) | Creates a tree node with the specified text and inserts it at the specified index. |
.gif) .gif) | Insert(Int32, TreeNode) | Inserts an existing tree node into the tree node collection at the specified location. |
.gif) | Insert(Int32, String, String) | Creates a tree node with the specified text and key, and inserts it into the collection. |
.gif) | Insert(Int32, String, String, Int32) | Creates a tree node with the specified key, text, and image, and inserts it into the collection at the specified index. |
.gif) | Insert(Int32, String, String, String) | Creates a tree node with the specified key, text, and image, and inserts it into the collection at the specified index. |
.gif) | Insert(Int32, String, String, Int32, Int32) | Creates a tree node with the specified key, text, and images, and inserts it into the collection at the specified index. |
.gif) | Insert(Int32, String, String, String, String) | Creates a tree node with the specified key, text, and images, and inserts it into the collection at the specified index. |