ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTabCollection Class / Remove Method

In This Topic
    Remove Method (RibbonTabCollection)
    In This Topic
    Removes the first occurence of the specified RibbonTab from the RibbonTabCollection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal tab As RibbonTab _
    ) 
    public void Remove( 
       RibbonTab tab
    )

    Parameters

    tab
    See Also