TTMSFNCRibbonGroups Class
Collection of
TTMSFNCRibbonGroupitems that define named, colored spans across ribbon tab pages.
API unit family: TMSFNCRibbon
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCRibbonGroups = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Tabs | Indexed access to the groups in this collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new group to the collection and returns it. |
| Clear | Removes all groups from the collection. |
| Insert | Inserts a new group at the specified index and returns it. |
| Ribbon | Returns the owner ribbon control of this collection. |