| 名前 | 解説 | |
|---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
![]() | Item | オーバーロードされます。 Gets or sets the RibbonTab at the specified position in the collection. |
RibbonTabCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
![]() | Item | オーバーロードされます。 Gets or sets the RibbonTab at the specified position in the collection. |
| 名前 | 解説 | |
|---|---|---|
![]() | InnerList | System.Collections.CollectionBaseから継承されます。 |
![]() | List | System.Collections.CollectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | オーバーロードされます。 Adds the specified RibbonTab to the collection. |
![]() | Clear | System.Collections.CollectionBaseから継承されます。 |
![]() | ClearAndDisposeTabs | Removes all tabs from the collection, then disposes the tabs. |
![]() | Contains | オーバーロードされます。 Determines whether the collection contains a RibbonTab with the given name. |
![]() | IndexOf | オーバーロードされます。 Gets the index of the RibbonTab with the given name. |
![]() | Insert | Inserts a RibbonTab to the RibbonTabCollection at the specified index. |
![]() | Remove | Removes the first occurence of the specified RibbonTab from the RibbonTabCollection. |
![]() | RemoveAt | System.Collections.CollectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | OnClear | System.Collections.CollectionBaseから継承されます。 |
![]() | OnClearComplete | オーバーライドされます。 Performs additional custom processes after clearing the contents of the RibbonTabCollection instance. |
![]() | OnInsert | System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsertComplete | オーバーライドされます。 Performs additional custom processes after inserting a RibbonTab into the RibbonTabCollection instance. |
![]() | OnRemove | System.Collections.CollectionBaseから継承されます。 |
![]() | OnRemoveComplete | オーバーライドされます。 Performs additional custom processes after removing a RibbonTab from the RibbonTabCollection instance. |
![]() | OnSet | System.Collections.CollectionBaseから継承されます。 |
![]() | OnSetComplete | オーバーライドされます。 Performs additional custom processes after setting a RibbonTab in the RibbonTabCollection instance. |
![]() | OnValidate | オーバーライドされます。 Checks that the value is a RibbonTab. |