[]
        
(Showing Draft Content)

C1.Win.Command.C1NavBarButton.ButtonCollection.IndexOf

IndexOf Method

IndexOf(object)

Determines the index of a specific item in the IList.

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