Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTabGroupCollection Class / ClearAndDisposeTabGroups Method


In This Topic
    ClearAndDisposeTabGroups Method
    In This Topic
    Removes all tab groups from the collection, then disposes the groups.
    Syntax
    'Declaration
     
    
    Public Sub ClearAndDisposeTabGroups() 
    'Usage
     
    
    Dim instance As RibbonTabGroupCollection
     
    instance.ClearAndDisposeTabGroups()
    public void ClearAndDisposeTabGroups()
    See Also