Version

RibbonTab Class Properties

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

Public Properties
 NameDescription
Public PropertyAttachedParentTabGets the RibbonTab on the mdi parent manager which is currently displaying the contents of this mdi child tab.  
Public PropertyCaptionReturns or sets the caption of the tab item.  
Public PropertyContextualTabGroupReturns or sets the ContextualTabGroup to which the tab belongs.  
Public PropertyContextualTabGroupKeyThis member supports the Infragistics infrastructure and is not meant to be invoked externally.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyGroupsReturns the collection of RibbonGroup instances that exist within the tab.  
Public PropertyGroupSettingsReturns the object used to initialize the default settings for the Groups within the tab.  
Public PropertyHasGroupSettingsIndicates whether the RibbonGroupSettings object for the GroupSettings property has been created.  
Public PropertyHasSettingsIndicates whether the RibbonTabSettings object for the Settings property has been created.  
Public PropertyIndexReadOnly. Returns the index of the tab within the Tabs collection.  
Public PropertyKeyOverridden. Overridden. Returns or sets the key associated with the tab.  
Public PropertyKeyTipReturns or sets a string with a maximum of 3 characters that represents the mnemonic that is displayed when using keytips.  
Public PropertyMergeOrderGets or sets a value indicating the relative position of the tab when it is merged into a Ribbon.  
Public PropertyNotificationBadgeSettingsThe NotificationBadgeSettings for the whole Ribbon Tab  
Public PropertyParentCollectionThe RibbonTabCollection that owns this RibbonTab.  
Public PropertyRibbonReturns the Ribbon that contains the tab.  
Public PropertySettingsReturns an object that affects the look and feel of the tab.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyUIElementReturns the UIElement that represents the tab item header.  
Public PropertyUnderlyingTabGets the underlying RibbonTab this one points to. For a RibbonTab on the MDI parent which needed to be created for a merge, this will be the RibbonTab from the MDI child.  
Public PropertyVisibleReturns or sets a boolean indicating whether the tab is visible.  
Public PropertyVisibleIndexReadOnly. Returns the ordered index of the tab with respect to the other tabs.  
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