ComponentOne FlexPivot for WinForms
Add(C1CheckListItem) Method

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckListItemCollection Class > Add Method : Add(C1CheckListItem) Method
The C1CheckListItem to add to the C1CheckListItemCollection.
Adds an item to the C1CheckListItemCollection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal item As C1CheckListItem _
) 
public void Add( 
   C1CheckListItem item
)

Parameters

item
The C1CheckListItem to add to the C1CheckListItemCollection.
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members
Overload List