- text
- The label text displayed by the System.Windows.Forms.TreeNode.
A System.Windows.Forms.TreeNode that represents the tree node being added to the collection.
You can also add new System.Windows.Forms.TreeNode objects to the collection by using the TreeNodeCollection.AddRange(TreeNode[]) or TreeNodeCollection.Insert(int, TreeNode) methods.
To remove a System.Windows.Forms.TreeNode that you previously added, use the TreeNodeCollection.Remove(TreeNode), TreeNodeCollection.RemoveAt(int), or TreeNodeCollection.Clear methods.