[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonGalleryItemCollection

RibbonGalleryItemCollection Class

Represents a collection of RibbonGalleryItem objects.

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

Properties

Name Description
this[int]

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

this[string]

Gets the first RibbonGalleryItem with the specified name.

Methods

Name Description
Add(string)

Adds a RibbonGalleryItem item to the collection.

IndexOf(string)

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

Remove(string)

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