Skip to content

RibbonGroup Collection

See Also

See Also


Description

Represents a single Ribbon Group object.

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

Object Model

RibbonGroup Object Model
Additional Diagram
CommandBarControl Object Model

Remarks

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

RibbonGroup Relationship

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.