[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonItemCollection

RibbonItemCollection Class

Represents a collection of RibbonItem objects.

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

Properties

Name Description
this[int]

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

this[string]

Gets the first RibbonItem with the specified name.

Methods

Name Description
Add(string)

Adds a RibbonButton item to the collection.

IndexOf(string)

Determines the index of the first occurrence of a RibbonButton with the specified text in this collection.

Remove(string)

Removes the first occurrence of a RibbonButton with the specified text from this collection.