ComponentOne MultiSelect for WinForms
Add(Object) Method

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

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members
Overload List