Version

MdiTab Class Methods

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

Public Methods
 NameDescription
Public MethodActivateActivates the associated Mdi child Form.  
Public MethodCloseCloses the tab and associated Mdi child form.  
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 MethodEnsureTabInViewScrolls the MdiTab into view in the containing TabGroup  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetNextTabReturns the next visible tab. If there are no more visible tabs within the TabGroup, the first tab from the next MdiTabGroup will be returned.  
Public MethodGetPreviousTabReturns the previous visible tab. If there are no more visible tabs within the TabGroup, the last tab from the previous MdiTabGroup will be returned.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodMoveToGroupOverloaded. Moves the tab to the end of the specified MdiTabGroup  
Public MethodMoveToNewGroupOverloaded. Moves the tab to a new MdiTabGroup created at the end of the UltraTabbedMdiManager.TabGroups  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRepositionRepositions the tab relative to the specified MdiTab  
Public MethodResetResets the properties of the MdiTab to their default values.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetPersistedInfoResets the PersistedInfo property to its default value.  
Public MethodResetSettingsResets the Settings property to its default value.  
Public MethodResetTextResets the Text property to its default value.  
Public MethodResetToolTipResets the ToolTip property to its default value.  
Public MethodResolveAppearanceOverloaded. Resolves the current appearance for the MdiTab  
Public MethodShouldSerializeIndicates if the MdiTab should be serialized.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShowEnsures that the tab and associated Form are not hidden.  
Public MethodToStringReturns the TextResolved and Infragistics.Shared.KeyedSubObjectBase.Key  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
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 Methodstatic (Shared in Visual Basic)ResolveAppearancePhaseResolves the appearance for the specified phase  
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializePersistedInfoIndicates if the PersistedInfo property should be serialized.  
Protected MethodShouldSerializeSettingsIndicates whether the Settings property contains data that needs to be serialized.  
Protected MethodShouldSerializeTextIndicates if the Text property should be serialized.  
Protected MethodShouldSerializeToolTipIndicates if the ToolTip property should be serialized.  
See Also