[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListSelectedItemCollection.IndexOf

IndexOf Method

IndexOf(C1CheckListItem)

Searches for the specified item and returns the zero-based index.

Declaration
public int IndexOf(C1CheckListItem item)
Public Function IndexOf(item As C1CheckListItem) As Integer
Parameters
Type Name Description
C1CheckListItem item

The specified item.

Returns
Type Description
int

IndexOf(object)

Searches for the specified item and returns the zero-based index.

Declaration
public int IndexOf(object value)
Public Function IndexOf(value As Object) As Integer
Parameters
Type Name Description
object value

The specified item.

Returns
Type Description
int
Implements