| 名前 | 解説 | |
|---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
![]() | Item | オーバーロードされます。 Gets or sets the RibbonItem at the specified position in the collection. C1.Win.Ribbon.RibbonItemCollectionから継承されます。 |
RibbonQatItemCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
![]() | Item | オーバーロードされます。 Gets or sets the RibbonItem at the specified position in the collection. C1.Win.Ribbon.RibbonItemCollectionから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | InnerList | System.Collections.CollectionBaseから継承されます。 |
![]() | List | System.Collections.CollectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | オーバーロードされます。 Adds the specified RibbonGroup 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 this collection contains the specified RibbonGroup. |
![]() | EndUpdate | Resumes processing after it has been suspended by a call to BeginUpdate. C1.Win.Ribbon.RibbonItemCollectionBaseから継承されます。 |
![]() | IndexOf | オーバーロードされます。 Determines the index of a specific RibbonGroup in the collection. |
![]() | Insert | オーバーロードされます。 Inserts the specified RibbonGroup into this collection at the given index. |
![]() | Remove | オーバーロードされます。 Removes the first occurrence of the specified RibbonGroup from the collection. |
![]() | RemoveAt | System.Collections.CollectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | OnClear | オーバーライドされます。 Performs additional custom processes when clearing the contents of the RibbonQatItemCollection instance. |
![]() | OnClearComplete | オーバーライドされます。 Performs additional custom processes after clearing the contents of the RibbonQatItemCollection instance. |
![]() | OnInsert | System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsertComplete | Performs additional custom processes after inserting a RibbonItem into the RibbonItemCollectionBase instance. C1.Win.Ribbon.RibbonItemCollectionBaseから継承されます。 |
![]() | OnRemove | System.Collections.CollectionBaseから継承されます。 |
![]() | OnRemoveComplete | オーバーライドされます。 Performs additional custom processes after removing a RibbonItem from the RibbonQatItemCollection instance. |
![]() | OnSet | System.Collections.CollectionBaseから継承されます。 |
![]() | OnSetComplete | オーバーライドされます。 Performs additional custom processes after setting a RibbonItem in the RibbonQatItemCollection instance. |
![]() | OnValidate | Checks whather the type of the value argument is allowable for this item collection. C1.Win.Ribbon.RibbonItemCollectionBaseから継承されます。 |