An instance of the Ribbon
public class RibbonItemCollection: CollectionBase, IEnumerable, IEnumeratorPublic Class RibbonItemCollection
Inherits CollectionBase
Implements IEnumerable
Implements IEnumerator Introduced: X14.
| Method | Description |
|---|---|
| Add | Adds a control of the type Ribbon |
| Add |
Adds an array of controls to the end of the collection. |
| Contains | Determines whether a control is in the collection. |
| Insert | Inserts a control of the type Ribbon |
| Insert |
Inserts an array of controls at the specified index. |
| Remove | Removes a control of the type Ribbon |
| Property | Description |
|---|---|
| Item | Gets a control of type Ribbon |