Info |
The InfoWarningErrorMessageController type exposes the following members.
| Name | Description | |
|---|---|---|
| AskQuestion | Asks the user a question. | |
| AttachView | Attaches the current view to this controller. | |
| BringToFront |
Brings the pad to the front by making it visible and selected.
(Inherited from AbstractPadContent) | |
| ChooseSaveError | Lets the user choose how to handle a save error. | |
| CreateMemento | Creates a new memento from the state. | |
| DetachView | Detaches the current view from this controller. | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Overrides AbstractPadContentDispose) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetService |
Gets a service provided by this pad content.
(Overrides AbstractPadContentGetService(Type)) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InformSaveError | Informs the user about a save error. | |
| Initialize | Initializes the controller state and transfers cached view settings to the attached view. | |
| Load | Loads the controller state from XML. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from AbstractPadContent) | |
| Save | Saves the controller state to XML. | |
| SetMemento | Sets the state, using the given memento. | |
| ShowCustomDialog | Shows a custom dialog with the specified buttons. | |
| ShowError | Shows an error message. | |
| ShowErrorFormatted | Shows a formatted error message. | |
| ShowException | Shows an exception message. | |
| ShowHandledException | Shows a handled exception message. | |
| ShowInputBox | Shows an input box. | |
| ShowMessage | Shows an informational message. | |
| ShowMessageFormatted | Shows a formatted informational message. | |
| ShowWarning | Shows a warning message. | |
| ShowWarningFormatted | Shows a formatted warning message. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WriteErrorLine(String, String) | Writes an error line. | |
| WriteErrorLine(String, String, Object) | Writes a formatted error line. |