FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / QatCustomButtonCollection Class


In This Topic
    QatCustomButtonCollection Class Methods
    In This Topic

    For a list of all members of this type, see QatCustomButtonCollection members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a new button with the specified text 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 Method (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Public MethodOverloaded. Determines whether the QatCustomButtonCollection contains a specific RibbonButton.  
    Public MethodResumes processing after it has been suspended by a call to BeginUpdate. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Public MethodOverloaded. Gets the index of the RibbonButton with the given name.  
    Public Method (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Public MethodInserts the specified RibbonItem into this collection at the given index. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Public MethodRemoves the first occurrence of the specified RibbonItem from the collection. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodPerforms additional custom processes when clearing the contents of the RibbonItemCollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Protected MethodPerforms additional custom processes after clearing the contents of the RibbonItemCollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    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 MethodPerforms additional custom processes after removing a RibbonItem from the RibbonItemCollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodPerforms additional custom processes after setting a RibbonItem in the RibbonItemCollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Protected MethodChecks whather the type of the value argument is allowable for this item collection. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase)
    Top
    See Also