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

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

    Parameters

    tabGroup
    See Also