ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonButtonCollection Class / Add Method
The button that will be added to the collection.

In This Topic
    Add Method (C1RibbonButtonCollection)
    In This Topic
    Add a ribbon button to the collection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal button As C1RibbonButton _
    ) 
    public void Add( 
       C1RibbonButton button
    )

    Parameters

    button
    The button that will be added to the collection.
    See Also