Version

UltraFormManager Class Methods

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

Public Methods
 NameDescription
Public MethodBeginUpdateOverridden. Sets the IsUpdating flag to true which prevents painting.  
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. Clean up any resources being used.  
Public MethodEndUpdateOverloaded. Overridden. Resets the IsUpdating flag to false and invalidates the control  
Public Methodstatic (Shared in Visual Basic)FromContainerGets the UltraFormManager associated with this container control.  
Public Methodstatic (Shared in Visual Basic)FromFormGets the UltraFormManager for a form.  
Public Methodstatic (Shared in Visual Basic)GetIToolbarsManagerFromFormGets the Infragistics.Win.UltraWinToolbars.IToolbarsManager associated with this container 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 MethodResetCursorResets the Infragistics.Win.UltraComponentControlManagerBase.Cursor property to its default value. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public MethodResetFormResets the Form property to its default value.  
Public MethodResetShowToolTipsResets the ShowToolTips property to its default value.  
Public MethodResolveAppearanceResolve the component's Appearance  
Public MethodResolveMdiParentMainMenuBarAppearanceResolve the toolbar's Appearance  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodChangeControlsEnabledStateOverridden. Will disable or enable all the docking areas and floating form based on the the component's Infragistics.Win.UltraComponentControlManagerBase.Enabled property.  
Protected MethodChangeControlsVisibleStateOverridden. Will hide or show all docking area and floating form based on the components Visible property  
Protected MethodCreateComponentRoleOverridden. Factory method used to create the component role that provides the style information for the control.  
Protected MethodDirtyChildElementsOverridden. Will dirty all child elements on all docking area and floating form.  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetSelectionManagerReturns the ISelectionManager. The default implementation tries to cast this object to an ISelectionManager. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodInvalidateControlsOverridden. Will invalidate all child elements on all docking area and floating form.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded. Notifies any listeners when the state of an object has changed (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 MethodOnMouseEnterElementCalled when an element is entered (the mouse is moved over the element) (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodOnMouseLeaveElementCalled when an element is left (the mouse is moved off the element) (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodOnPropertyChangedOverridden. Invokes the PropertyChanged event. This event is fired to notify listeners of a property changes on the component or a sub object.  
Protected MethodOnSubObjectPropChangedCalled when a property has changed on a sub object.  
Protected MethodOnToolbarFormBorderStyleChangedOccurs when the IToolbarsManager.ToolbarFormBorderStyle changes  
Protected MethodShouldSerializeCursorIndicates if the Infragistics.Win.UltraComponentControlManagerBase.Cursor property needs to be serialized. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodShouldSerializeShowToolTipsDetermines whether the ShowToolTips property is set to its default value.  
See Also