ComponentOne Windows 7 Control Pack for WinForms
IndexOf(C1RadioButton) Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > RadioButtonCollection Class > IndexOf Method : IndexOf(C1RadioButton) Method
Determines the index of a specific C1RadioButton in the collection.
Syntax
Public Overloads Function IndexOf( _
   ByVal item As C1RadioButton _
) As Integer
Dim instance As RadioButtonCollection
Dim item As C1RadioButton
Dim value As Integer
 
value = instance.IndexOf(item)
public int IndexOf( 
   C1RadioButton item
)
public:
int IndexOf( 
   C1RadioButton^ item
) 

Parameters

item
See Also

Reference

RadioButtonCollection Class
RadioButtonCollection Members
Overload List