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

In This Topic
IndexOf(C1RadioButton) Method
In This Topic
Determines the index of a specific C1RadioButton in the collection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal item As C1RadioButton _
) As Integer
 

Parameters

item
See Also