Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonItemCollectionBase Class
Members

In This Topic
    RibbonItemCollectionBase Class
    In This Topic
    Serves as a base class for RibbonItem collections such as RibbonItemCollection and RibbonGalleryItemCollection
    Syntax
    'Declaration
     
    
    Public MustInherit Class RibbonItemCollectionBase 
       Inherits System.Collections.CollectionBase
    public abstract class RibbonItemCollectionBase : System.Collections.CollectionBase 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          C1.Win.Ribbon.RibbonItemCollectionBase
             C1.Win.Ribbon.RibbonGalleryItemCollection
             C1.Win.Ribbon.RibbonItemCollection

    See Also