ComponentOne FlexPivot for WinForms
Contains(C1CheckListItem) Method

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

Parameters

item
The item to locate in the collection.
See Also

Reference

C1CheckListSelectedItemCollection Class
C1CheckListSelectedItemCollection Members
Overload List