Version

RibbonGroup Class Members

The following tables list the members exposed by RibbonGroup.

Public Constructors
 NameDescription
Public ConstructorRibbonGroup ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
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)
Public Methods
 NameDescription
Public MethodAddToQuickAccessToolbarUsed to add a PopupRibbonGroupTool that represents this RibbonGroup to the QuickAccessToolbar  
Public MethodBringIntoViewEnsures that the RibbonGroup is currently in view.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets the settings of the object to their default values.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetNotificationBadgeSettingsResets the NotificationBadgeSettings to their default value  
Public MethodResetSettingsResets the Settings collection.  
Public MethodResetToolsResets the Tools collection.  
Public MethodShouldSerializeDetermines whether any properties of the object differ from their default values.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeNotificationBadgeSettingsDetermines whether or not the NotificationBadgeSettings should be serialized  
Public MethodShouldSerializeSettingsDetermines whether the Settings property is set to its default value.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShouldSerializeToolsDetermines whether the Tools property is set to its default value.  
Public MethodToStringReturns a string representation of the object  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataPopulates the specified System.Runtime.Serialization.SerializationInfo with the data from the object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollectionOverridden. Called when this object is being added to the specified collection.  
Protected MethodOnDeserializationInvoked after the entire object graph has been deserialized.  
Protected MethodOnDisposeOverridden. Invoked when the object is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollectionOverridden. Called when the object is being removed from the collection.  
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on a sub object.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also