Skip to content

Group Property

Description

Collection of RibbonGroup objects that have been added to the RibbonTab.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property Group( _
    ByVal [Index](#) As Long _
) As [RibbonGroup](XtremeCommandBars~RibbonGroup.md)

Parameters

  • Index: Index of a RibbonGroup within the tab's Group collection to return.

Remarks

A RibbonGroup is used to hold buttons, popups, edit controls, combo box controls, etc. The group organizes the different types of controls in a RibbonTab so it is easy to see what functionality the controls should perform. Groups are added to the Group collection using the AddGroup and InsertGroup methods.

Groups are displayed in the order they are added. This means the group with an Index of zero (0) will be displayed first to the far left, then to the immediate right will be the group with an Index of one (1), etc.

Ribbon Groups

In the picture above, "Pages", "Table", "Illustrations", "Links", and "Header & Footer" are all RibbonGroup objects that would be contained in a RibbonTab's Groups collection.

See Also


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