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