C1.Win.TreeView Namespace / C1CheckListItemCollection Class / IndexOf Method / IndexOf(C1CheckListItem) Method
The specified item.

In This Topic
IndexOf(C1CheckListItem) Method
In This Topic
Searches for the specified item and returns the zero-based index.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal item As C1CheckListItem _
) As Integer
 

Parameters

item
The specified item.
See Also