For a list of all members of this type, see UltraTabbedMdiManager members.
Name | Description | |
---|---|---|
BeginUpdate | (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Invoked when the component must release the resources it is using. | |
EndUpdate | Overloaded. Overridden. Resets the IsUpdating flag to false and invalidates the control | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
LoadComponentSettings | Loads the user configuration settings for this component. | |
LoadFromBinary | Overloaded. Loads saved layout information from a stream containing the binary layout. | |
LoadFromXml | Overloaded. Loads saved layout information from a stream containing the xml/soap layout. | |
MoveToGroup | Overloaded. Moves the specified MdiTab to the specified MdiTabGroup | |
MoveToNewGroup | Overloaded. Creates a new MdiTabGroup and moves the specified tab to that group. | |
Reset | Resets the properties of the component to their default values. | |
ResetAllowHorizontalTabGroups | Resets the AllowHorizontalTabGroups property to its default value. | |
ResetAllowMaximize | Resets the AllowMaximize property to its default value. | |
ResetAllowNestedTabGroups | Resets the AllowNestedTabGroups property to its default value. | |
ResetAllowVerticalTabGroups | Resets the AllowVerticalTabGroups property to its default value. | |
ResetAppearance | Resets the Appearance property to its default value. | |
ResetBorderColor | Resets the BorderColor property to its default value. | |
ResetComponentSettings | Resets the user configuration settings for this component. | |
ResetCursor | (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
ResetImageList | Resets the ImageList property to its default value. | |
ResetImageSize | Resets the ImageSize property to its default value. | |
ResetImageTransparentColor | Resets the ImageTransparentColor property to its default value. | |
ResetIsActiveTabGroupMaximized | Resets the IsActiveTabGroupMaximized property to its default value. | |
ResetMaximizedTabGroupDisplayStyle | Resets the MaximizedTabGroupDisplayStyle property to its default value. | |
ResetMaxTabGroups | Resets the MaxTabGroups property to its default value. | |
ResetOrientation | Resets the Orientation property to its default value. | |
ResetShowToolTips | Resets the ShowToolTips property to its default value. | |
ResetSplitterAppearance | Resets the SplitterAppearance property to its default value. | |
ResetSplitterBorderStyle | Resets the SplitterBorderStyle property to its default value. | |
ResetSplitterWidth | Resets the SplitterWidth property to its default value. | |
ResetTabGroups | Resets the properties of all the MdiTabGroup objects in the TabGroups collection to their default values. | |
ResetTabGroupSettings | Resets the TabGroupSettings property to its default value. | |
ResetTabSettings | Resets the TabSettings property to its default value. | |
ResetUseMnemonics | Resets the UseMnemonics property to its default value. | |
ResetViewStyle | Resets the ViewStyle property to its default value. | |
SaveAsBinary | Overloaded. Saves layout information to a binary stream. | |
SaveAsXml | Overloaded. Saves layout information to an xml/soap stream. | |
SaveComponentSettings | Saves the user configuration settings for this component. | |
ShouldSerializeAllowHorizontalTabGroups | Indicates if the AllowHorizontalTabGroups property should be serialized. | |
ShouldSerializeAllowMaximize | Indicates if the AllowMaximize property should be serialized. | |
ShouldSerializeAllowNestedTabGroups | Indicates if the AllowNestedTabGroups property should be serialized. | |
ShouldSerializeAllowVerticalTabGroups | Indicates if the AllowVerticalTabGroups property should be serialized. | |
ShouldSerializeImageSize | Indicates if the ImageSize property should be serialized. | |
ShouldSerializeIsActiveTabGroupMaximized | Indicates if the IsActiveTabGroupMaximized property should be serialized. | |
ShouldSerializeMaximizedTabGroupDisplayStyle | Indicates if the MaximizedTabGroupDisplayStyle property should be serialized. | |
ShouldSerializeMaxTabGroups | Indicates if the MaxTabGroups property should be serialized. | |
ShouldSerializeOrientation | Indicates if the Orientation property should be serialized. | |
ShouldSerializeShowToolTips | Indicates if the ShowToolTips property should be serialized. | |
ShouldSerializeSplitterBorderStyle | Indicates if the SplitterBorderStyle property should be serialized. | |
ShouldSerializeSplitterWidth | Indicates if the SplitterWidth property should be serialized. | |
ShouldSerializeUseMnemonics | Indicates if the UseMnemonics property should be serialized. | |
TabFromForm | Returns the MdiTab object associated with the specified System.Windows.Forms.Form | |
TabFromKey | Returns the MdiTab with the specified Infragistics.Shared.KeyedSubObjectBase.Key | |
TabFromPoint | Returns an MdiTab located at the specified screen coordinates or null, if a tab does not exist at the specified location. | |
TabGroupFromPoint | Returns an MdiTabGroup located at the specified screen coordinates or null, if a tab group does not exist at the specified point. | |
TabsFromKey | Returns an array of MdiTab objects with the specified Infragistics.Shared.KeyedSubObjectBase.Key | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
ChangeControlsEnabledState | Overridden. This method is invoked when the enabled property of the managed controls should be changed. | |
ChangeControlsVisibleState | Overridden. 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. | |
CreateComponentRole | Overridden. Factory method used to create the component role that provides the style information for the control. | |
CreateMdiTab | Creates a new MdiTab instance for the specified form. | |
CreateMdiTabGroup | Creates a new MdiTabGroup | |
CreateMdiTabGroupControl | Creates an MdiTabGroupControl to contain the specified MdiTabGroup | |
CreateSplitterBarControl | Creates an SplitterBarControl | |
DirtyChildElements | Overridden. 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. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetSelectionManager | (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
GetService | (Inherited from System.ComponentModel.Component) | |
InvalidateControls | Overridden. This method is invoked when the controls should be invalidated. A control should only be invalidated if its IsHandleCreated property returns true. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Win.UltraComponentBase) | |
OnBeginInit | Invoked during the System.ComponentModel.ISupportInitialize.BeginInit of the component. | |
OnEndInit | Invoked during the System.ComponentModel.ISupportInitialize.EndInit of the component. | |
OnInitializeContextMenu | Raises the InitializeContextMenu event. | |
OnInitializeTab | Raises the InitializeTab event. | |
OnInitializeTabGroup | Raises the InitializeTabGroup event. | |
OnMouseEnterElement | Overridden. Raises the Infragistics.Win.UltraComponentControlManagerBase.MouseEnterElement event when the mouse is moved over a UIElement. | |
OnMouseLeaveElement | Overridden. Raises the Infragistics.Win.UltraComponentControlManagerBase.MouseLeaveElement event when the mouse is moved out of a UIElement. | |
OnPropertyChanged | Overridden. Used to invoke the Infragistics.Win.UltraControlBase.PropertyChanged event. | |
OnRestoreTab | Raises the RestoreTab event. | |
OnSplitterDragged | Raises the SplitterDragged event. | |
OnSplitterDragging | Raises the SplitterDragging event. | |
OnStoreTab | Raises the StoreTab event. | |
OnSubObjectPropChanged | Called when a property on a sub object has changed. | |
OnTabActivated | Raises the TabActivated event. | |
OnTabClosed | Raises the TabClosed event. | |
OnTabClosing | Raises the TabClosing event. | |
OnTabDisplayed | Raises the TabDisplayed event. | |
OnTabDisplaying | Raises the TabDisplaying event. | |
OnTabDragging | Raises the TabDragging event. | |
OnTabDragOver | Raises the TabDragOver event. | |
OnTabDropped | Raises the TabDropped event. | |
OnTabGroupResized | Raises the TabGroupResized event. | |
OnTabGroupResizing | Raises the TabGroupResizing event. | |
OnTabGroupScrolled | Raises the TabGroupScrolled event. | |
OnTabGroupScrolling | Raises the TabGroupScrolling event. | |
OnTabMoved | Raises the TabMoved event. | |
OnTabMoving | Raises the TabMoving event. | |
OnTabSelected | Raises the TabSelected event. | |
OnTabSelecting | Raises the TabSelecting event. | |
ShouldSerializeAppearance | Indicates whether the Appearance property contains data that needs to be serialized. | |
ShouldSerializeBorderColor | Returns a Boolean value that determines whether the BorderColor property is set to its default value. | |
ShouldSerializeCursor | (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
ShouldSerializeImageList | Indicates whether the ImageList property needs to be serialized. | |
ShouldSerializeImageTransparentColor | Returns a Boolean value that determines whether the ImageTransparentColor property is set to its default value. | |
ShouldSerializeSplitterAppearance | Indicates whether the SplitterAppearance property contains data that needs to be serialized. | |
ShouldSerializeTabGroups | Indicates if any of the MdiTabGroup objects contains data to serialize. | |
ShouldSerializeTabGroupSettings | Indicates whether the TabGroupSettings property contains data that needs to be serialized. | |
ShouldSerializeTabSettings | Indicates whether the TabSettings property contains data that needs to be serialized. | |
ShouldSerializeViewStyle | Indicates whether the ViewStyle property needs to be serialized. |