ComponentOne MultiSelect for WinForms
IndexOf(C1CheckListItem) Method

C1.Win.Input Namespace > C1CheckListItemCollection Class > IndexOf Method : IndexOf(C1CheckListItem) Method
The specified item.
Searches for the specified item and returns the zero-based index.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal item As C1CheckListItem _
) As Integer
public int IndexOf( 
   C1CheckListItem item
)

Parameters

item
The specified item.
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members
Overload List