[]
Determines the index of a specific C1CustomButton in the collection.
public int IndexOf(C1CustomButton item)
| Type | Name | Description |
|---|---|---|
| C1CustomButton | item |
| Type | Description |
|---|---|
| int |
Determines index of the first C1CustomButton with the specified name in the collection.
public int IndexOf(string name)
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| int |