ComponentOne MultiSelect for WinForms
Add(Object) Method

C1.Win.Input Namespace > C1CheckListSelectedItemCollection Class > Add Method : Add(Object) Method
The C1CheckListItem to add to the C1CheckListSelectedItemCollection.
Adds an item to the C1CheckListSelectedItemCollection.
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

Reference

C1CheckListSelectedItemCollection Class
C1CheckListSelectedItemCollection Members
Overload List