The AbstractMsgManager type exposes the following members.
Back to Top
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