[]
Determines the index of a specific C1CustomButton in the collection.
public int IndexOf(C1CustomButton item)
Public Function IndexOf(item As C1CustomButton) As Integer
| 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)
Public Function IndexOf(name As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| int |