ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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
    Object Model
    RibbonItemCollectionBase Class
    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.C1Ribbon.RibbonItemCollectionBase
             C1.Win.C1Ribbon.RibbonGalleryItemCollection
             C1.Win.C1Ribbon.RibbonItemCollection

    See Also