ComponentOne MultiSelect for WinForms
Contains(Object) Method

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 Object _
) As Boolean
public bool Contains( 
   object value
)

Parameters

value
The item to locate in the collection.
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members
Overload List