ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonButtonCollection Class / Remove Method / Remove(C1RibbonButton) Method
The button that will be removed from the collection.

In This Topic
    Remove(C1RibbonButton) Method
    In This Topic
    Remove a ribbon button from the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal button As C1RibbonButton _
    ) 
    public void Remove( 
       C1RibbonButton button
    )

    Parameters

    button
    The button that will be removed from the collection.
    See Also