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

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

Parameters

value
The specified item.
See Also