ComponentOne Maps for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonTabPageCollection Class / Remove Method / Remove(String) Method
The specified key.

In This Topic
    Remove(String) Method
    In This Topic
    Remove C1EditorTabPage by key name of collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal Name As System.String _
    ) 
    public void Remove( 
       System.string Name
    )

    Parameters

    Name
    The specified key.
    See Also