WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / RadioButtonCollection Class / IndexOf Method / IndexOf(String) Method

In This Topic
IndexOf(String) Method
In This Topic
Determines index of the first C1RadioButton with the specified name in the collection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal name As String _
) As Integer
 

Parameters

name
See Also