Version

UltraMessageBoxManager Class Methods

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

Public Methods
 NameDescription
Public MethodBeginUpdateSets the IsUpdating flag to true which prevents painting. (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. Handles disposing the control's resources.  
Public MethodEndUpdateOverloaded. Resets the IsUpdating flag to false and invalidates the control (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
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 MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetAppearancesClears the Appearances collection  
Public MethodResetButtonAppearanceResets the ButtonAppearance property to its default value.  
Public MethodResetButtonAreaAppearanceResets the ButtonAreaAppearance property to its default value.  
Public MethodResetButtonHotTrackAppearanceResets the ButtonHotTrackAppearance property to its default value.  
Public MethodResetButtonPressedAppearanceResets the ButtonPressedAppearance property to its default value.  
Public MethodResetContentAreaAppearanceResets the ContentAreaAppearance property to its default value.  
Public MethodResetCursorResets the Infragistics.Win.UltraComponentControlManagerBase.Cursor property to its default value. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public MethodResetFooterAppearanceResets the FooterAppearance property to its default value.  
Public MethodResetHeaderAppearanceResets the HeaderAppearance property to its default value.  
Public Methodstatic (Shared in Visual Basic)ShowOverloaded. Displays an UltraMessageBox  
Public MethodShowMessageBoxDisplays an UltraMessageBox  
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.  
Protected MethodCreateComponentRoleOverridden. Overridden. Factory method used to create the component role that provides the style information for the component.  
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 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. 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. Notifies any listeners when the state of an object has changed (Inherited from Infragistics.Win.UltraComponentBase)
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 MethodOnPropertyChangedInvokes the PropertyChanged event. This event is fired to notify listeners of a property changes on the component or a subobject. (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnSubObjectPropChangeInvoked when a subobject's property has been changed.  
Protected MethodShouldSerializeCursorIndicates if the Infragistics.Win.UltraComponentControlManagerBase.Cursor property needs to be serialized. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
See Also