Click or drag to resize

InfoWarningErrorMessageController Methods

The InfoWarningErrorMessageController type exposes the following members.

Methods
 NameDescription
Public methodAskQuestion Asks the user a question.
Protected methodAttachView Attaches the current view to this controller.
Public methodBringToFront Brings the pad to the front by making it visible and selected.
(Inherited from AbstractPadContent)
Public methodChooseSaveError Lets the user choose how to handle a save error.
Public methodCreateMemento Creates a new memento from the state.
Protected methodDetachView Detaches the current view from this controller.
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Overrides AbstractPadContentDispose)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetService Gets a service provided by this pad content.
(Overrides AbstractPadContentGetService(Type))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInformSaveError Informs the user about a save error.
Protected methodInitialize Initializes the controller state and transfers cached view settings to the attached view.
Public methodLoad Loads the controller state from XML.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged Raises the PropertyChanged event.
(Inherited from AbstractPadContent)
Public methodSave Saves the controller state to XML.
Public methodSetMemento Sets the state, using the given memento.
Public methodShowCustomDialog Shows a custom dialog with the specified buttons.
Public methodShowError Shows an error message.
Public methodShowErrorFormatted Shows a formatted error message.
Public methodShowException Shows an exception message.
Public methodShowHandledException Shows a handled exception message.
Public methodShowInputBox Shows an input box.
Public methodShowMessage Shows an informational message.
Public methodShowMessageFormatted Shows a formatted informational message.
Public methodShowWarning Shows a warning message.
Public methodShowWarningFormatted Shows a formatted warning message.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteErrorLine(String, String) Writes an error line.
Public methodWriteErrorLine(String, String, Object) Writes a formatted error line.
Top
See Also