The TextBoxMsgManager type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
ErrorPrefix |
Gets or sets the error prefix.
(Inherited from AbstractMsgManager.) | |
MaxLength |
Gets or sets the maximum length of a message.
(Inherited from AbstractMsgManager.) | |
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.
(Inherited from AbstractMsgManager.) | |
Separator |
Gets or sets the separator string.
(Inherited from AbstractMsgManager.) | |
WarningPrefix |
Gets or sets the warning prefix.
(Inherited from AbstractMsgManager.) |
See Also