[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.CustomButtonCollection.IndexOf

IndexOf Method

IndexOf(C1CustomButton)

Determines the index of a specific C1CustomButton in the collection.

Declaration
public int IndexOf(C1CustomButton item)
Parameters
Type Name Description
C1CustomButton item
Returns
Type Description
int

IndexOf(string)

Determines index of the first C1CustomButton with the specified name in the collection.

Declaration
public int IndexOf(string name)
Parameters
Type Name Description
string name
Returns
Type Description
int