Skip to content

RibbonGroup Collection Members

See Also

See Also


RibbonGroup Collection Members

Public Methods

Method Description
Public Method Add Adds a CommandBarControl to the ribbon group.
Public Method AddControl Adds a CommandBarControl to the ribbon group.
Public Method DeleteAll Removes all of the items from the group.
Public Method DeleteAt Removes the item at the specified position in the group's collection of items.
Public Method GetRect Gets the bounding rectangle for the group.

Public Properties

Property Description
Public Property AllowReduce Specifies whether the ribbon group is allowed to become a button when there is not enough space to display the entire group.
Public Property AutoArrangeEditCaption Specifies whether the group will automatically align caption/edit parts.
Public Property Caption Text to display in the group title bar.
Public Property ControlGroupOption Represents the group's OptionButton (used to set tooltip and status bar text).
Public Property ControlGroupPopup Contains all of the CommandBarControl items for a group button when there is not enough room to display the items in the group.
Public Property ControlsCentering Specifies whether to automatically center controls in this ribbon group.
Public Property ControlsGrouping Enables/disables control grouping within the Ribbon Group.
Public Property Count Total number of CommandBarControl objects that have been added to a RibbonGroup.
Public Property Groups Gets the collection of sibling RibbonGroups.
Public Property 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.
Public Property Id Group Identifier.
Public Property Index Returns the Index of this group within the parent Groups Collection.
Public Property Item Gets the collection of CommandBarControl objects that have been added to the RibbonGroup.
Public Property RibbonBar The RibbonBar object the RibbonGroup belongs to.
Public Property ShowOptionButton Specifies whether to display an option button in the group caption.
Public Property Visible Hides or shows a Ribbon Group or returns whether a Ribbon Group is currently visible.

See Also


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