| 名前 | 解説 | |
|---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
![]() | Item | オーバーロードされます。 Gets or sets the RibbonGalleryItem at the specified position in the collection. |
RibbonGalleryItemCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
![]() | Item | オーバーロードされます。 Gets or sets the RibbonGalleryItem at the specified position in the collection. |
| 名前 | 解説 | |
|---|---|---|
![]() | InnerList | System.Collections.CollectionBaseから継承されます。 |
![]() | List | System.Collections.CollectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | オーバーロードされます。 Adds a RibbonGalleryItem item to the collection. |
![]() | BeginUpdate | Maintains performance while items are being added or removed from the collection. C1.Win.Ribbon.RibbonItemCollectionBaseから継承されます。 |
![]() | Clear | System.Collections.CollectionBaseから継承されます。 |
![]() | ClearAndDisposeItems | Removes all items from the collection, then disposes the items. C1.Win.Ribbon.RibbonItemCollectionBaseから継承されます。 |
![]() | Contains | オーバーロードされます。 Determines whether the collection contains a RibbonItem with the given name. C1.Win.Ribbon.RibbonItemCollectionBaseから継承されます。 |
![]() | EndUpdate | Resumes processing after it has been suspended by a call to RibbonItemCollectionBase.BeginUpdate. C1.Win.Ribbon.RibbonItemCollectionBaseから継承されます。 |
![]() | IndexOf | オーバーロードされます。 Determines the index of the first occurrence of a RibbonGalleryItem with the specified text in this collection. |
![]() | Insert | Inserts the specified RibbonItem into this collection at the given index. C1.Win.Ribbon.RibbonItemCollectionBaseから継承されます。 |
![]() | Remove | オーバーロードされます。 Removes the first occurrence of a RibbonGalleryItem with the specified text from this collection. |
![]() | RemoveAt | System.Collections.CollectionBaseから継承されます。 |