Version

ContextualTabGroup Class Members

The following tables list the members exposed by ContextualTabGroup.

Public Constructors
 NameDescription
Public ConstructorContextualTabGroup ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyCaptionReturns or sets the text that is displayed within the caption area of the group.  
Public PropertyCaptionAppearanceReturns or sets the appearance used to render the caption of the contextual tab group that is displayed within the ribbon caption area.  
Public PropertyContextualTabGroupAccessibilityObjectThe accessible object for the Ribbon Caption area  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyGroupSettingsReturns an object that maintains the default settings for the RibbonGroups within the contextual tabs.  
Public PropertyHasCaptionAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasGroupSettingsIndicates whether the RibbonGroupSettings object for the GroupSettings property has been created.  
Public PropertyHasTabSettingsIndicates whether the RibbonTabSettings object for the TabSettings property has been created.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyParentCollectionThe ContextualTabGroupCollection that owns this ContextualTabGroup.  
Public PropertyRibbonReturns the Ribbon that contains the tab.  
Public PropertyTabsReturns the collection of tabs that are part of the contextual tab group.  
Public PropertyTabSettingsReturns an object that maintains the default settings for the tabs within the contextual tab group.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyUnderlyingContextualTabGroupGets the underlying ContextualTabGroup this one points to. For a ContextualTabGroup on the MDI parent which needed to be created for a merge, this will be the ContextualTabGroup from the MDI child.  
Public PropertyVisibleReturns or sets a boolean indicating whether the contextual tab 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 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 MethodResetCaptionAppearanceResets the CaptionAppearance property to its default value.  
Public MethodResetGroupSettingsResets the GroupSettings collection.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetTabsResets the Tabs collection.  
Public MethodResetTabSettingsResets the TabSettings collection.  
Public MethodShouldSerializeDetermines whether any properties of the object differ from their default values.  
Public MethodShouldSerializeGroupSettingsDetermines whether the GroupSettings property is set to its default value.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTabsDetermines whether the Tabs property is set to its default value.  
Public MethodShouldSerializeTabSettingsDetermines whether the TabSettings property is set to its default value.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
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)
Protected MethodShouldSerializeCaptionAppearanceDetermines whether the CaptionAppearance property is set to its default value.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also