| 名前 | 解説 | |
|---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
RibbonItemCollectionBaseデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | InnerList | System.Collections.CollectionBaseから継承されます。 |
![]() | List | System.Collections.CollectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | Adds the specified RibbonItem to the collection. |
![]() | BeginUpdate | Maintains performance while items are being added or removed from the collection. |
![]() | Clear | System.Collections.CollectionBaseから継承されます。 |
![]() | ClearAndDisposeItems | Removes all items from the collection, then disposes the items. |
![]() | Contains | オーバーロードされます。 Determines whether the collection contains a RibbonItem with the given name. |
![]() | EndUpdate | Resumes processing after it has been suspended by a call to BeginUpdate. |
![]() | IndexOf | Determines the index of a specific RibbonItem in the collection. |
![]() | Insert | Inserts the specified RibbonItem into this collection at the given index. |
![]() | Remove | Removes the first occurrence of the specified RibbonItem from the collection. |
![]() | RemoveAt | System.Collections.CollectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | OnClear | オーバーライドされます。 Performs additional custom processes when clearing the contents of the RibbonItemCollectionBase instance. |
![]() | OnClearComplete | オーバーライドされます。 Performs additional custom processes after clearing the contents of the RibbonItemCollectionBase instance. |
![]() | OnInsert | System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsertComplete | オーバーライドされます。 Performs additional custom processes after inserting a RibbonItem into the RibbonItemCollectionBase instance. |
![]() | OnRemove | System.Collections.CollectionBaseから継承されます。 |
![]() | OnRemoveComplete | オーバーライドされます。 Performs additional custom processes after removing a RibbonItem from the RibbonItemCollectionBase instance. |
![]() | OnSet | System.Collections.CollectionBaseから継承されます。 |
![]() | OnSetComplete | オーバーライドされます。 Performs additional custom processes after setting a RibbonItem in the RibbonItemCollectionBase instance. |
![]() | OnValidate | オーバーライドされます。 Checks whather the type of the value argument is allowable for this item collection. |