Skip to content

RibbonGroups Collection

Description

Represents a collection of RibbonGroup objects.

For a list of all members defined in this module, see RibbonGroups Members.

Object Model

Object Model
Child Diagram
Ribbon Group
Cross Diagram
Command Bar Control

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.

Ribbon Groups Example

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

Example

See the RibbonBar Sample.


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.