[]
Gets or sets the RibbonItem at the specified position of the collection.
public RibbonItem this[int index] { get; set; }
Public Default Property Item(index As Integer) As RibbonItem
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the first RibbonItem with the specified name.
public RibbonItem this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As RibbonItem
| Type | Name | Description |
|---|---|---|
| string | name | String contains the name of the item to locate (case-sensitive). |