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

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

    Parameters

    items
    See Also