Info |
public class InfoWarningErrorMessageController : AbstractPadContent, IMementoCapable
The InfoWarningErrorMessageController type exposes the following members.
| Name | Description | |
|---|---|---|
| InfoWarningErrorMessageController | Initializes a new instance of the InfoWarningErrorMessageController class. |
| Name | Description | |
|---|---|---|
| Category |
Gets or sets the category used to determine where the menu item for this pad is placed.
(Inherited from AbstractPadContent) | |
| CommandClearAllMessages | Gets the command that clears all messages. | |
| CommandReverseMessageOrder | Gets the command that reverses the message order. | |
| ContentId |
Gets a string which uniquely identifies the content.
(Inherited from AbstractPadContent) | |
| DefaultPosition |
Gets the default position of this pad.
(Inherited from AbstractPadContent) | |
| IconSource |
Gets the icon bitmap resource name of the pad. May be an empty string if the pad has no icon defined.
(Inherited from AbstractPadContent) | |
| InitiallyFocusedControl |
Gets the control which has focus initially.
(Inherited from AbstractPadContent) | |
| IsActive |
Gets or sets a value indicating whether the view of this instance is active in the UI.
(Inherited from AbstractPadContent) | |
| IsSelected |
Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
(Inherited from AbstractPadContent) | |
| IsVisible |
Gets or sets the visibility of the pad.
If false, the pad is not visible.
If true, the pad may be visible or is collapsed.
(Inherited from AbstractPadContent) | |
| MessageItems | Gets the message items currently displayed. | |
| ModelObject |
Gets the model (document) that this controller manages.
(Overrides AbstractPadContentModelObject) | |
| PadDescriptor |
Gets or sets the pad descriptor that has created this pad content.
(Inherited from AbstractPadContent) | |
| Shortcut |
Gets or sets the menu shortcut for the view menu item.
(Inherited from AbstractPadContent) | |
| Title |
Returns the title of the pad (IPadContent), or the text on the tab page of the document window (IViewContent).
(Inherited from AbstractPadContent) | |
| ViewObject |
Gets or sets the GUI element that shows the model to the user.
(Overrides AbstractPadContentViewObject) |
| 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. |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from AbstractPadContent) |
| Name | Description | |
|---|---|---|
| _category |
Stores the pad category when no descriptor is assigned.
(Inherited from AbstractPadContent) | |
| _contentId |
Stores the content identifier when no descriptor is assigned.
(Inherited from AbstractPadContent) | |
| _iconSource |
Stores the icon source when no descriptor is assigned.
(Inherited from AbstractPadContent) | |
| _isActive |
Stores whether the pad is active.
(Inherited from AbstractPadContent) | |
| _isSelected |
Stores whether the pad is selected.
(Inherited from AbstractPadContent) | |
| _isVisible |
Stores whether the pad is visible.
(Inherited from AbstractPadContent) | |
| _padDescriptor |
Stores the descriptor that defines the pad metadata.
(Inherited from AbstractPadContent) | |
| _shortCut |
Stores the shortcut when no descriptor is assigned.
(Inherited from AbstractPadContent) | |
| _title |
Stores the pad title when no descriptor is assigned.
(Inherited from AbstractPadContent) |