ComponentOne FlexPivot for WinForms
Add(Object) Method

C1.Win.Input.MultiSelect.4 Assembly > 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 System.Object _
) As System.Integer
public System.int Add( 
   System.object value
)

Parameters

value
The C1CheckListItem to add to the C1CheckListItemCollection.
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members
Overload List