Version

MdiTab Class Members

The following tables list the members exposed by MdiTab.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accessible object representing the tab.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFormReturns the associated Form  
Public PropertyHasSettingsIndicates whether an MdiTabSettings object has been created.  
Public PropertyIndexReturns the index of the MdiTab in its parent collection.  
Public PropertyIsCustomTabIndicates if the form implements Infragistics.Win.UltraWinTabs.ICustomMdiTab  
Public PropertyIsFormActiveReturns true if the MdiTab is associated with the active form  
Public PropertyIsFormEnabledReturns true if the associated Form is enabled.  
Public PropertyIsFormVisibleReturns true if the associated Form is visible.  
Public PropertyIsSelectedReturns true if the tab is the currently selected tab in the associated TabGroup.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyManagerReturns the owning UltraTabbedMdiManager  
Public PropertyPersistedInfoReturns or sets additional information to persist when the MdiTab object is persisted.  
Public PropertySettingsReturns an MdiTabSettings instance used to control the settings for this MdiTab  
Public PropertySettingsResolvedReturns an object providing the resolved values for the Settings property.  
Public PropertyTabGroupReturns the owning MdiTabGroup or null (Nothing in VB), if the tab is not associated with a particular MdiTabGroup.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextReturns or sets the caption for the tab. If set to null, the forms caption is displayed.  
Public PropertyTextResolvedReturns the text to display in the tab.  
Public PropertyToolTipReturns or sets the tooltip text associated with the tab.  
Public PropertyToolTipResolvedReturns the resolved tooltip used for the tab.  
Public PropertyUIElementReturns the Infragistics.Win.UIElement representing the tab or null if the element is not displayed.  
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 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.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also