Version

UltraTabbedMdiManager Class Methods

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

Public Methods
 NameDescription
Public MethodBeginUpdate (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
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 MethodDisposeOverloaded. Overridden. Invoked when the component must release the resources it is using.  
Public MethodEndUpdateOverloaded. Overridden. Resets the IsUpdating flag to false and invalidates the control  
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 MethodLoadComponentSettingsLoads the user configuration settings for this component.  
Public MethodLoadFromBinaryOverloaded. Loads saved layout information from a stream containing the binary layout.  
Public MethodLoadFromXmlOverloaded. Loads saved layout information from a stream containing the xml/soap layout.  
Public MethodMoveToGroupOverloaded. Moves the specified MdiTab to the specified MdiTabGroup  
Public MethodMoveToNewGroupOverloaded. Creates a new MdiTabGroup and moves the specified tab to that group.  
Public MethodResetResets the properties of the component to their default values.  
Public MethodResetAllowHorizontalTabGroupsResets the AllowHorizontalTabGroups property to its default value.  
Public MethodResetAllowMaximizeResets the AllowMaximize property to its default value.  
Public MethodResetAllowNestedTabGroupsResets the AllowNestedTabGroups property to its default value.  
Public MethodResetAllowVerticalTabGroupsResets the AllowVerticalTabGroups property to its default value.  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetBorderColorResets the BorderColor property to its default value.  
Public MethodResetComponentSettingsResets the user configuration settings for this component.  
Public MethodResetCursor (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public MethodResetImageListResets the ImageList property to its default value.  
Public MethodResetImageSizeResets the ImageSize property to its default value.  
Public MethodResetImageTransparentColorResets the ImageTransparentColor property to its default value.  
Public MethodResetIsActiveTabGroupMaximizedResets the IsActiveTabGroupMaximized property to its default value.  
Public MethodResetMaximizedTabGroupDisplayStyleResets the MaximizedTabGroupDisplayStyle property to its default value.  
Public MethodResetMaxTabGroupsResets the MaxTabGroups property to its default value.  
Public MethodResetOrientationResets the Orientation property to its default value.  
Public MethodResetShowToolTipsResets the ShowToolTips property to its default value.  
Public MethodResetSplitterAppearanceResets the SplitterAppearance property to its default value.  
Public MethodResetSplitterBorderStyleResets the SplitterBorderStyle property to its default value.  
Public MethodResetSplitterWidthResets the SplitterWidth property to its default value.  
Public MethodResetTabGroupsResets the properties of all the MdiTabGroup objects in the TabGroups collection to their default values.  
Public MethodResetTabGroupSettingsResets the TabGroupSettings property to its default value.  
Public MethodResetTabSettingsResets the TabSettings property to its default value.  
Public MethodResetUseMnemonicsResets the UseMnemonics property to its default value.  
Public MethodResetViewStyleResets the ViewStyle property to its default value.  
Public MethodSaveAsBinaryOverloaded. Saves layout information to a binary stream.  
Public MethodSaveAsXmlOverloaded. Saves layout information to an xml/soap stream.  
Public MethodSaveComponentSettingsSaves the user configuration settings for this component.  
Public MethodShouldSerializeAllowHorizontalTabGroupsIndicates if the AllowHorizontalTabGroups property should be serialized.  
Public MethodShouldSerializeAllowMaximizeIndicates if the AllowMaximize property should be serialized.  
Public MethodShouldSerializeAllowNestedTabGroupsIndicates if the AllowNestedTabGroups property should be serialized.  
Public MethodShouldSerializeAllowVerticalTabGroupsIndicates if the AllowVerticalTabGroups property should be serialized.  
Public MethodShouldSerializeImageSizeIndicates if the ImageSize property should be serialized.  
Public MethodShouldSerializeIsActiveTabGroupMaximizedIndicates if the IsActiveTabGroupMaximized property should be serialized.  
Public MethodShouldSerializeMaximizedTabGroupDisplayStyleIndicates if the MaximizedTabGroupDisplayStyle property should be serialized.  
Public MethodShouldSerializeMaxTabGroupsIndicates if the MaxTabGroups property should be serialized.  
Public MethodShouldSerializeOrientationIndicates if the Orientation property should be serialized.  
Public MethodShouldSerializeShowToolTipsIndicates if the ShowToolTips property should be serialized.  
Public MethodShouldSerializeSplitterBorderStyleIndicates if the SplitterBorderStyle property should be serialized.  
Public MethodShouldSerializeSplitterWidthIndicates if the SplitterWidth property should be serialized.  
Public MethodShouldSerializeUseMnemonicsIndicates if the UseMnemonics property should be serialized.  
Public MethodTabFromFormReturns the MdiTab object associated with the specified System.Windows.Forms.Form  
Public MethodTabFromKeyReturns the MdiTab with the specified Infragistics.Shared.KeyedSubObjectBase.Key  
Public MethodTabFromPointReturns an MdiTab located at the specified screen coordinates or null, if a tab does not exist at the specified location.  
Public MethodTabGroupFromPointReturns an MdiTabGroup located at the specified screen coordinates or null, if a tab group does not exist at the specified point.  
Public MethodTabsFromKeyReturns an array of MdiTab objects with the specified Infragistics.Shared.KeyedSubObjectBase.Key  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodChangeControlsEnabledStateOverridden. This method is invoked when the enabled property of the managed controls should be changed.  
Protected MethodChangeControlsVisibleStateOverridden. This method is invoked when the visible property of the managed controls should be changed. A control should only be shown/hidden if its IsHandleCreated property returns true.  
Protected MethodCreateComponentRoleOverridden. Factory method used to create the component role that provides the style information for the control.  
Protected MethodCreateMdiTabCreates a new MdiTab instance for the specified form.  
Protected MethodCreateMdiTabGroupCreates a new MdiTabGroup  
Protected MethodCreateMdiTabGroupControlCreates an MdiTabGroupControl to contain the specified MdiTabGroup  
Protected MethodCreateSplitterBarControlCreates an SplitterBarControl  
Protected MethodDirtyChildElementsOverridden. This method is invoked when the uielements for the managed controls should be dirtied. A control should only be dirtied if its IsHandleCreated property returns true.  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetSelectionManager (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodInvalidateControlsOverridden. This method is invoked when the controls should be invalidated. A control should only be invalidated if its IsHandleCreated property returns true.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnBeginInitInvoked during the System.ComponentModel.ISupportInitialize.BeginInit of the component.  
Protected MethodOnEndInitInvoked during the System.ComponentModel.ISupportInitialize.EndInit of the component.  
Protected MethodOnInitializeContextMenuRaises the InitializeContextMenu event.  
Protected MethodOnInitializeTabRaises the InitializeTab event.  
Protected MethodOnInitializeTabGroupRaises the InitializeTabGroup event.  
Protected MethodOnMouseEnterElementOverridden. Raises the Infragistics.Win.UltraComponentControlManagerBase.MouseEnterElement event when the mouse is moved over a UIElement.  
Protected MethodOnMouseLeaveElementOverridden. Raises the Infragistics.Win.UltraComponentControlManagerBase.MouseLeaveElement event when the mouse is moved out of a UIElement.  
Protected MethodOnPropertyChangedOverridden. Used to invoke the Infragistics.Win.UltraControlBase.PropertyChanged event.  
Protected MethodOnRestoreTabRaises the RestoreTab event.  
Protected MethodOnSplitterDraggedRaises the SplitterDragged event.  
Protected MethodOnSplitterDraggingRaises the SplitterDragging event.  
Protected MethodOnStoreTabRaises the StoreTab event.  
Protected MethodOnSubObjectPropChangedCalled when a property on a sub object has changed.  
Protected MethodOnTabActivatedRaises the TabActivated event.  
Protected MethodOnTabClosedRaises the TabClosed event.  
Protected MethodOnTabClosingRaises the TabClosing event.  
Protected MethodOnTabDisplayedRaises the TabDisplayed event.  
Protected MethodOnTabDisplayingRaises the TabDisplaying event.  
Protected MethodOnTabDraggingRaises the TabDragging event.  
Protected MethodOnTabDragOverRaises the TabDragOver event.  
Protected MethodOnTabDroppedRaises the TabDropped event.  
Protected MethodOnTabGroupResizedRaises the TabGroupResized event.  
Protected MethodOnTabGroupResizingRaises the TabGroupResizing event.  
Protected MethodOnTabGroupScrolledRaises the TabGroupScrolled event.  
Protected MethodOnTabGroupScrollingRaises the TabGroupScrolling event.  
Protected MethodOnTabMovedRaises the TabMoved event.  
Protected MethodOnTabMovingRaises the TabMoving event.  
Protected MethodOnTabSelectedRaises the TabSelected event.  
Protected MethodOnTabSelectingRaises the TabSelecting event.  
Protected MethodShouldSerializeAppearanceIndicates whether the Appearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeBorderColor

Returns a Boolean value that determines whether the BorderColor property is set to its default value.

 
Protected MethodShouldSerializeCursor (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodShouldSerializeImageListIndicates whether the ImageList property needs to be serialized.  
Protected MethodShouldSerializeImageTransparentColor

Returns a Boolean value that determines whether the ImageTransparentColor property is set to its default value.

 
Protected MethodShouldSerializeSplitterAppearanceIndicates whether the SplitterAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeTabGroupsIndicates if any of the MdiTabGroup objects contains data to serialize.  
Protected MethodShouldSerializeTabGroupSettingsIndicates whether the TabGroupSettings property contains data that needs to be serialized.  
Protected MethodShouldSerializeTabSettingsIndicates whether the TabSettings property contains data that needs to be serialized.  
Protected MethodShouldSerializeViewStyleIndicates whether the ViewStyle property needs to be serialized.  
See Also