The AbstractMsgManager type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| AbstractMsgManager | Initializes a new instance of the AbstractMsgManager class |
Methods
| Name | Description | |
|---|---|---|
| AddSeparator |
Adds a separator line to the Control (Separator).
| |
| (Inherited from | ||
| Error |
Displays the specified value in the message container
and its history list, with an error prefix (ErrorPrefix).
| |
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Message(String) |
Displays the specified value in the message container.
| |
| Message(String, String) |
Displays the specified value and prefix in the message container.
| |
| ProcessMessage(String, String) |
Processes the message into the target Control.
| |
| ProcessMessage(String, String, String) |
Processes the message into the target Control.
| |
| ProcessQueuedMessages |
Processes the queued messages.
| |
| StartQueuing |
Starts queuing.
| |
| StopQueuing |
Stops queuing.
| |
| (Inherited from | ||
| Warning |
Displays the specified value in the message container
and its history list, with a warning prefix (WarningPrefix).
|
Properties
| Name | Description | |
|---|---|---|
| ErrorPrefix |
Gets or sets the error prefix.
| |
| MaxLength |
Gets or sets the maximum length of a message.
| |
| Refresher |
Provides a hook for subclasses to refresh the
calling Form's display.
Note that defining this is optional in the abstract class;
it may or may not be required in an instantiated subclass.
| |
| Separator |
Gets or sets the separator string.
| |
| WarningPrefix |
Gets or sets the warning prefix.
|
See Also