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


In This Topic
    RibbonQatItemCollection Class Members
    In This Topic

    The following tables list the members exposed by RibbonQatItemCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyOverloaded. Gets or sets the RibbonItem at the specified position in the collection. (Inherited from C1.Win.Ribbon.RibbonItemCollection)
    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 the specified RibbonGroup 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 this collection contains the specified RibbonGroup.  
    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 a specific RibbonGroup in the collection.  
    Public MethodOverloaded. Inserts the specified RibbonGroup into this collection at the given index.  
    Public MethodOverloaded. Removes the first occurrence of the specified RibbonGroup from the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the RibbonItemCollectionBase instance.  
    Protected MethodOverridden. Performs additional custom processes after clearing the contents of the RibbonItemCollectionBase instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodPerforms additional custom processes after inserting a RibbonItem into the RibbonItemCollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after removing a RibbonItem from the RibbonItemCollectionBase instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after setting a RibbonItem in the RibbonItemCollectionBase instance.  
    Protected MethodChecks whather the type of the value argument is allowable for this item collection. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Top
    See Also