[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.RadioButtonCollection.IndexOf

IndexOf Method

IndexOf(C1RadioButton)

Determines the index of a specific C1RadioButton in the collection.

Declaration
public int IndexOf(C1RadioButton item)
Public Function IndexOf(item As C1RadioButton) As Integer
Parameters
Type Name Description
C1RadioButton item
Returns
Type Description
int

IndexOf(string)

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

Declaration
public int IndexOf(string name)
Public Function IndexOf(name As String) As Integer
Parameters
Type Name Description
string name
Returns
Type Description
int