ComponentOne FlexPivot for WinForms
Contains(Object) Method

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckListItemCollection Class > Contains Method : Contains(Object) Method
The item to locate in the collection.
Determines whether an item is in the C1CheckListItemCollection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal value As System.Object _
) As System.Boolean
public System.bool Contains( 
   System.object value
)

Parameters

value
The item to locate in the collection.
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members
Overload List