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

In This Topic
    Add(C1CheckListItem) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal item As C1CheckListItem _
    ) 
    public void Add( 
       C1CheckListItem item
    )

    Parameters

    item
    The C1CheckListItem to add to the C1CheckListSelectedItemCollection.
    See Also