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

RibbonGroup Collection Members
Public Methods
| Method | Description |
|---|---|
Add |
Adds a CommandBarControl to the ribbon group. |
AddControl |
Adds a CommandBarControl to the ribbon group. |
DeleteAll |
Removes all of the items from the group. |
DeleteAt |
Removes the item at the specified position in the group's collection of items. |
GetRect |
Gets the bounding rectangle for the group. |
Public Properties
| Property | Description |
|---|---|
AllowReduce |
Specifies whether the ribbon group is allowed to become a button when there is not enough space to display the entire group. |
AutoArrangeEditCaption |
Specifies whether the group will automatically align caption/edit parts. |
Caption |
Text to display in the group title bar. |
ControlGroupOption |
Represents the group's OptionButton (used to set tooltip and status bar text). |
ControlGroupPopup |
Contains all of the CommandBarControl items for a group button when there is not enough room to display the items in the group. |
ControlsCentering |
Specifies whether to automatically center controls in this ribbon group. |
ControlsGrouping |
Enables/disables control grouping within the Ribbon Group. |
Count |
Total number of CommandBarControl objects that have been added to a RibbonGroup. |
Groups |
Gets the collection of sibling RibbonGroups. |
IconId |
Id of the image to use for the group button that is displayed when there is not enough room to display the items in the group. |
Id |
Group Identifier. |
Index |
Returns the Index of this group within the parent Groups Collection. |
Item |
Gets the collection of CommandBarControl objects that have been added to the RibbonGroup. |
RibbonBar |
The RibbonBar object the RibbonGroup belongs to. |
ShowOptionButton |
Specifies whether to display an option button in the group caption. |
Visible |
Hides or shows a Ribbon Group or returns whether a Ribbon Group is currently visible. |
See Also
- RibbonGroup Overview
- FindControl Method
- AddGroup Method
- InsertGroup Method
- RibbonGroups Object
- RibbonTab Groups Collection
- RibbonTab Object
- CommandBarControl Object
- RibbonGroup Caption Property
- RibbonGroup Items Collection
- Add Method
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.