Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGalleryItemCollection Class / ClearAndDisposeItems Method


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