WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / RadioButtonCollection Class / Insert Method

In This Topic
Insert Method (RadioButtonCollection)
In This Topic
Inserts the specified C1RadioButton into this collection at the given index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As C1RadioButton _
) 
 

Parameters

index
item
See Also