ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckListSelectedItemCollection Class / Add Method / Add(Object) Method
The C1CheckListItem to add to the C1CheckListSelectedItemCollection.

In This Topic
    Add(Object) Method
    In This Topic
    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 C1CheckListSelectedItemCollection.
    See Also