RibbonGroup Collection
See Also
- RibbonGroup Members
- FindControl Method
- AddGroup Method
- InsertGroup Method
- RibbonGroups Object
- RibbonTab Groups Collection
- RibbonTab Object
- CommandBarControl Object
- RibbonGroup Caption Property
- RibbonGroup Items Collection
- Add Method

Description
Represents a single Ribbon Group object.
For a list of all members defined in this module, see RibbonGroup members.
Object Model



Remarks
The picture below illustrates the relationship between a RibbonGroup and the items stored in the RibbonGroup.

Each RibbonTab can contain one or more RibbonGroup objects that are used to hold CommandBarControl objects. The Caption of a RibbonGroup is a title bar that visually "groups" the CommandBarControl objects that have been added to the RibbonGroup Items Collection.
Groups are added to the RibbonTab Groups Collection using the AddGroup and InsertGroup methods. Items are added to a group using the Add method.
Example
See the RibbonBar Sample for implementation details.
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.