[]
Gets or sets the RibbonTab at the specified position in the collection.
public RibbonTab this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index | Index of the item. |
Type | Description |
---|---|
RibbonTab | The RibbonTab at the specified |
Gets the RibbonTab with the specified name.
public RibbonTab this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name | String containing the name of the tab to locate (case-sensitive). |
Type | Description |
---|---|
RibbonTab | The RibbonTab with the specified |
If the collection does not contain a tab with the specified name
,
an ArgumentOutOfRangeException exception is thrown.