Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTabCollection Class / ClearAndDisposeTabs Method


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