TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNodeCollection Class / Add Method / Add(C1TreeNode) Method
The C1TreeNode to add to the C1TreeNodeCollection.

In This Topic
    Add(C1TreeNode) Method
    In This Topic
    Adds an item to the C1TreeNodeCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal treeNode As C1TreeNode _
    ) 
    public void Add( 
       C1TreeNode treeNode
    )

    Parameters

    treeNode
    The C1TreeNode to add to the C1TreeNodeCollection.
    See Also