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

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

    Parameters

    item
    The C1CheckListItem to add to the C1CheckListItemCollection.
    See Also