Version

RibbonGroup Class Properties

For a list of all members of this type, see RibbonGroup members.

Public Properties
 NameDescription
Public PropertyAttachedParentMdiGroupGets the RibbonGroup on the mdi parent manager which is currently displaying the contents of this mdi child group.  
Public PropertyCaptionReturns or sets the text that is displayed within the caption area of the group.  
Public PropertyDialogBoxLauncherAccessiblilityObjectThe accessible object for the Ribbon Group area  
Public PropertyDialogBoxLauncherKeyReturns or sets the key of the ButtonTool that is invoked when the dialog box launcher within the group caption is clicked.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDropDownButtonUIElementReturns the button UIElement that represents the group when it has been collapsed.  
Public PropertyHasSettingsIndicates whether the RibbonGroupSettings object for the Settings property has been created.  
Public PropertyKeyOverridden. Overridden. Returns or sets the key associated with the group.  
Public PropertyKeyTipReturns or sets a string with a maximum of 3 characters that represents the mnemonic that is displayed when using keytips.  
Public PropertyLayoutAlignmentReturns or sets how the items are aligned with respect to the LayoutDirection of the group.  
Public PropertyLayoutAlignmentResolvedReturns the resolved LayoutAlignment  
Public PropertyLayoutDirectionReturns or sets the layout direction for the tools in the group.  
Public PropertyMergeOrderGets or sets a value indicating the relative position of the group when it is merged into a RibbonTab.  
Public PropertyNotificationBadgeSettingsNotificationBadgeSettings for the whole Ribbon Group  
Public PropertyOwningPopupToolReturns the owning PopupRibbonGroupTool if this group represents the dropdown portion of a PopupRibbonGroupTool that has been added to the QuickAccessToolbar.  
Public PropertyParentCollectionThe RibbonGroupCollection that owns this RibbonGroup.  
Public PropertyPreferredToolSizeReturns or sets the default size for the tools in the group.  
Public PropertyRibbonReturns the Ribbon that contains the group.  
Public PropertyRibbonGroupAccessiblilityObjectThe accessible object for the Ribbon Group area  
Public PropertyRibbonGroupButtonAccessiblilityObjectThe accessible object for the Ribbon Group area  
Public PropertySettingsReturns an object that provides settings that affect the look and feel of the group.  
Public PropertySettingsResolvedReturns an object that provides settings that affect the look and feel of the group.  
Public PropertyTabReturns the RibbonTab that contains the group.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyToolsReturns the collection of tools contained within the group.  
Public PropertyUIElementReturns the UIElement that represents the area containing the tools in a group or null if the group area is not in view or the group is collapsed.  
Public PropertyUnderlyingGroupReturns the underlying RibbonGroup that this group is associated with. This is primarily used for a RibbonGroup that is owned by a PopupRibbonGroup in order to point back to the RibbonGroup sited on the RibbonTab.  
Public PropertyUnderlyingMdiGroupGets the RibbonGroup for which this group was created during a merge. If this group already existed on the mdi parent when the merge occurred, or this group is on the mdi child, this will return itself.  
Public PropertyVisibleReturns or sets a boolean indicating whether the group is visible.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also