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

In This Topic
    Add(Object) Method
    In This Topic
    Adds an item to the C1CheckListItemCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal value As Object _
    ) As Integer
    public int Add( 
       object value
    )

    Parameters

    value
    The C1CheckListItem to add to the C1CheckListItemCollection.
    See Also