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

In This Topic
    Remove(C1RibbonTabPage) Method
    In This Topic
    Remove TabPage from collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal aTabPage As C1RibbonTabPage _
    ) 
    public void Remove( 
       C1RibbonTabPage aTabPage
    )

    Parameters

    aTabPage
    The specified C1EditorTabPage object.
    See Also