[]
        
(Showing Draft Content)

C1.Win.Ribbon.QatCustomButtonCollection

QatCustomButtonCollection Class

Represents a collection of the RibbonQat menu RibbonButtons.

Inheritance
QatCustomButtonCollection
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
[ListBindable(false)]
public class QatCustomButtonCollection : RibbonItemCollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the RibbonButton at the specified position in the collection.

this[string]

Gets the RibbonButton with the specified name.

Methods

Name Description
Add(string)

Adds a new button with the specified text to the collection.

Contains(RibbonButton)

Determines whether the QatCustomButtonCollection contains a specific RibbonButton.

IndexOf(string)

Gets the index of the RibbonButton with the given name.