Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGalleryItemCollection Class
Properties Methods


In This Topic
    RibbonGalleryItemCollection Class Members
    In This Topic

    The following tables list the members exposed by RibbonGalleryItemCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyOverloaded. Gets or sets the RibbonGalleryItem at the specified position in the collection.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a RibbonGalleryItem item to the collection.  
    Public MethodMaintains performance while items are being added or removed from the collection. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodRemoves all items from the collection, then disposes the items. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Public MethodOverloaded. Determines whether the collection contains a RibbonItem with the given name. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Public MethodResumes processing after it has been suspended by a call to RibbonItemCollectionBase.BeginUpdate. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodOverloaded. Determines the index of the first occurrence of a RibbonGalleryItem with the specified text in this collection.  
    Public MethodInserts the specified RibbonItem into this collection at the given index. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Public MethodOverloaded. Removes the first occurrence of a RibbonGalleryItem with the specified text from this collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodPerforms additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Protected MethodPerforms additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodPerforms additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodPerforms additional custom processes after removing an element from the System.Collections.CollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodPerforms additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Protected MethodPerforms additional custom processes when validating a value. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Top
    See Also