ComponentOne Windows 7 Control Pack for WinForms
AddRange Method (RadioButtonCollection)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > RadioButtonCollection Class : AddRange Method
Adds a group of C1RadioButton objects to the end of the collection.
Syntax
Public Sub AddRange( _
   ByVal items() As C1RadioButton _
) 
Dim instance As RadioButtonCollection
Dim items() As C1RadioButton
 
instance.AddRange(items)
public void AddRange( 
   C1RadioButton[] items
)
public:
void AddRange( 
   array<C1RadioButton^>^ items
) 

Parameters

items
See Also

Reference

RadioButtonCollection Class
RadioButtonCollection Members