TreeNodeCollection::Insert Method (Int32, String^)
.NET Framework (current version)
Creates a tree node with the specified text and inserts it at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The location within the collection to insert the node.
- text
-
Type:
System::String^
The text to display in the tree node.
.NET Framework
Available since 2.0
Available since 2.0
Show: