ComponentOne TreeView for WinForms
Add(Object) Method

C1.Win.TreeView Namespace > C1TreeNodeCollection Class > Add Method : Add(Object) Method
The value of new C1TreeNode which to add to the C1TreeNodeCollection.
Adds the new tree node with specified value to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal value As Object _
) As C1TreeNode
public C1TreeNode Add( 
   object value
)

Parameters

value
The value of new C1TreeNode which to add to the C1TreeNodeCollection.

Return Value

The C1TreeNode that is added to the collection.
See Also

Reference

C1TreeNodeCollection Class
C1TreeNodeCollection Members
Overload List