RibbonGroups Collection
Description
Represents a collection of RibbonGroup objects.
For a list of all members defined in this module, see RibbonGroups Members.
Object Model





Remarks
A RibbonTab uses the RibbonGroups object for its Groups Collection to store all of the RibbonGroup objects that have been added to the RibbonTab. A RibbonGroup is used to hold items such as buttons, popups, edit controls, etc.
Groups are added to the Groups Collection using the AddGroup and InsertGroup methods.

In the picture above, "Pages", "Table", "Illustrations", "Links", and "Header & Footer" are all RibbonGroup objects that would be contained in a RibbonTab's RibbonGroups collection.
See Also
- RibbonGroups Members
- RibbonGroup Object
- RibbonTab Groups Collection
- RibbonTab Object
- Ribbon BarTabs Collection
- AddGroup Method
- InsertGroup Method
Example
See the RibbonBar Sample.
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.