[]
Represents a collection of the RibbonQat menu RibbonButtons.
[ListBindable(false)]
public class QatCustomButtonCollection : RibbonItemCollectionBase, IList, ICollection, IEnumerable
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. |
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. |