ComponentOne Maps for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonButtonCollection Class / Remove Method / Remove(String) Method
The name of the button that will be removed from the collection.

In This Topic
    Remove(String) Method
    In This Topic
    Remove a ribbon button from the collection by the specified name.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal name As System.String _
    ) 
    public void Remove( 
       System.string name
    )

    Parameters

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