Version

MdiTabSettings Class Members

The following tables list the members exposed by MdiTabSettings.

Public Constructors
 NameDescription
Public ConstructorMdiTabSettings ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyActiveTabAppearanceReturns or sets the Infragistics.Win.Appearance for the UltraTabbedMdiManager.ActiveTab.  
Public PropertyAllowCloseReturns or sets whether the MdiTab may be closed.  
Public PropertyAllowDragReturns or sets whether the MdiTab may be repositioned.  
Public PropertyCloseButtonAlignmentGets or sets the alignment of the close button within the tab.  
Public PropertyCloseButtonVisibilityGets or sets the visibility of the close button within the tab.  
Public PropertyDisplayFormIconReturns or sets whether the MdiTab will display the associated Form icon if no other image is assigned to the tab.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasActiveTabAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasHotTrackTabAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasSelectedTabAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasTabAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHotTrackReturns or sets whether the MdiTab will display using the HotTrackTabAppearance when the mouse is over the tab.  
Public PropertyHotTrackTabAppearanceReturns or sets the Infragistics.Win.Appearance object used to format the tab when the mouse is over the tab item.  
Public PropertyManagerReturns the associated UltraTabbedMdiManager.  
Public PropertySelectedTabAppearanceReturns or sets the Infragistics.Win.Appearance for a selected tab.  
Public PropertyTabAppearanceReturns or sets the Infragistics.Win.Appearance object used to format the tab.  
Public PropertyTabCloseActionReturns or sets what happens to the associated System.Windows.Forms.Form when the MdiTab is closed.  
Public PropertyTabWidthReturns or sets the MdiTab width when displayed as a fixed width tab.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
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 object to its default state.  
Public MethodResetActiveTabAppearanceResets the ActiveTabAppearance property to its default value.  
Public MethodResetAllowCloseResets the AllowClose property to its default value.  
Public MethodResetAllowDragResets the AllowDrag property to its default value.  
Public MethodResetCloseButtonAlignmentResets the CloseButtonAlignment property to its default value.  
Public MethodResetCloseButtonVisibilityResets the CloseButtonVisibility property to its default value.  
Public MethodResetDisplayFormIconResets the DisplayFormIcon property to its default value.  
Public MethodResetHotTrackResets the HotTrack property to its default value.  
Public MethodResetHotTrackTabAppearanceResets the HotTrackTabAppearance property to its default value.  
Public MethodResetSelectedTabAppearanceResets the SelectedTabAppearance property to its default value.  
Public MethodResetTabAppearanceResets the TabAppearance property to its default value.  
Public MethodResetTabCloseActionResets the TabCloseAction property to its default value.  
Public MethodResetTabWidthResets the TabWidth property to its default value.  
Public MethodShouldSerializeIndicates if any of the property values differ from the default value.  
Public MethodShouldSerializeAllowCloseIndicates if the AllowClose property should be serialized.  
Public MethodShouldSerializeAllowDragIndicates if the AllowDrag property should be serialized.  
Public MethodShouldSerializeCloseButtonAlignmentIndicates if the CloseButtonAlignment property should be serialized.  
Public MethodShouldSerializeCloseButtonVisibilityIndicates if the CloseButtonVisibility property should be serialized.  
Public MethodShouldSerializeDisplayFormIconIndicates if the DisplayFormIcon property should be serialized.  
Public MethodShouldSerializeHotTrackIndicates if the HotTrack property should be serialized.  
Public MethodShouldSerializeTabCloseActionIndicates if the TabCloseAction property should be serialized.  
Public MethodShouldSerializeTabWidthIndicates if the TabWidth property should be serialized.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringThe string representation of the object.  
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 MethodOnDeserializationInvoked after the entire object graph has been deserialized.  
Protected MethodOnDisposeOverridden. Invoked when the resources utilized by the object are released and the object is being disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Invoked when a property on a subobject has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeActiveTabAppearanceIndicates whether the ActiveTabAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeHotTrackTabAppearanceIndicates whether the HotTrackTabAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeSelectedTabAppearanceIndicates whether the SelectedTabAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeTabAppearanceIndicates whether the TabAppearance 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