[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.ThumbButtonCollection.IndexOf

IndexOf Method

IndexOf(C1ThumbButton)

Determines the index of a specific C1ThumbButton in the collection.

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

IndexOf(string)

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

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