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