Version

MdiTabGroup Class Members

The following tables list the members exposed by MdiTabGroup.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyClientExtentReturns or sets the extent of the tabgroup not including the splitter width.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyExtentReturns or sets the extent of the tab group.  
Public PropertyFirstDisplayedTabReturns or sets the first displayed MdiTab  
Public PropertyHasSettingsIndicates whether an MdiTabGroupSettings object has been created.  
Public PropertyHasTabGroupsIndicates if the TabGroups collection has been created and contains at least one MdiTabGroup instance  
Public PropertyHasTabsIndicates if the Tabs collection has been created and contains at least one MdiTab instance  
Public PropertyHasTabSettingsIndicates whether an MdiTabSettings object has been created.  
Public PropertyIndexReturns the index of the MdiTabGroup in its parent collection.  
Public PropertyIsMaximizedIndicates if this group is currently maximized.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyManagerReturns the owning UltraTabbedMdiManager  
Public PropertyParentReturns the containing MdiTabGroup or null if the group is owned by the Manager.  
Public PropertySelectedTabReturns or sets the currently selected MdiTab in the group  
Public PropertySettingsReturns an MdiTabGroupSettings instance used to control the appearance and behavior for this MdiTabGroup  
Public PropertySettingsResolvedReturns an object providing the resolved values for the Settings property.  
Public PropertyTabGroupOrientationReturns the System.Windows.Forms.Orientation indicating how the child TabGroups are arranged.  
Public PropertyTabGroupsReturns a collection of MdiTabGroup instances  
Public PropertyTabsReturns a read only collection of MdiTab instances contained by the tabgroup.  
Public PropertyTabSettingsReturns an MdiTabSettings instance used to control the tab appearance and behavior for the MdiTab objects contained within the MdiTabGroup  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
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 MethodMoveAllTabsMoves all of the tabs in the group to the relative TabGroup.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets the properties of the MdiTabGroup to their default values.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetSettingsResets the Settings property to its default value.  
Public MethodResetTabGroupsResets the properties of all the MdiTabGroup objects in the TabGroups collection to their default values.  
Public MethodResetTabsResets the properties of the contained 'MdiTab' objects to their default values.  
Public MethodResetTabSettingsResets the TabSettings property to its default value.  
Public MethodResolveScrollTrackAppearanceResolves the appearance for the scroll track  
Public MethodResolveTabAreaAppearanceResolves the appearance for the area behind the tabs  
Public MethodScrollOverloaded. Scrolls the tabs using the specified ScrollType and increment.  
Public MethodShouldSerializeIndicates if the MdiTabGroup should be serialized.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns the Infragistics.Shared.KeyedSubObjectBase.Key and number of MdiTab objects in the Tabs collection.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodCreateTabManagerCreates the Infragistics.Win.UltraWinTabs.TabManager used to manage the display of the Tabs  
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataInvoked during the serialization of 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 MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDeserializationInvoked after the entire object graph has been deserialized.  
Protected MethodOnDisposeOverridden. Invoked when the element is being disposed to allow the element to free any resources being used.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property on a sub object has changed.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeExtentIndicates if the Extent property should be serialized.  
Protected MethodShouldSerializeSettingsIndicates whether the Settings property contains data that needs to be serialized.  
Protected MethodShouldSerializeTabGroupsIndicates if any of the MdiTabGroup objects contains data to serialize.  
Protected MethodShouldSerializeTabsIndicates if the Tabs property should be serialized.  
Protected MethodShouldSerializeTabSettingsIndicates whether the TabSettings property contains data that needs to be serialized.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also