ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / RadioButtonCollection Class / AddRange Method

In This Topic
    AddRange Method (RadioButtonCollection)
    In This Topic
    Adds a group of C1RadioButton objects to the end of the collection.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal items() As C1RadioButton _
    ) 
    public void AddRange( 
       C1RadioButton[] items
    )

    Parameters

    items
    See Also