ComponentOne MultiSelect for WinForms
Add(C1CheckListItem) Method

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

Reference

C1CheckListSelectedItemCollection Class
C1CheckListSelectedItemCollection Members
Overload List