TextBoxMsgManager MethodsCleanCode C# Libraries v1.2.03 API
The TextBoxMsgManager type exposes the following members.
Methods

  NameDescription
Public methodAddSeparator
Adds a separator line to the Control (Separator).
(Inherited from AbstractMsgManager.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodError
Displays the specified value in the message container and its history list, with an error prefix (ErrorPrefix).
(Inherited from AbstractMsgManager.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodMessage(String)
Displays the specified value in the message container.
(Inherited from AbstractMsgManager.)
Public methodMessage(String, String)
Displays the specified value and prefix in the message container.
(Inherited from AbstractMsgManager.)
Protected methodProcessMessage(String, String)
Adds a message to the targeted OnlineTextBox.
(Overrides AbstractMsgManager ProcessMessage(String, String).)
Protected methodProcessMessage(String, String, String)
Adds a message to the targeted OnlineTextBox.
(Overrides AbstractMsgManager ProcessMessage(String, String, String).)
Protected methodProcessQueuedMessages
Processes the queued message after queuing is deactivated.
(Overrides AbstractMsgManager ProcessQueuedMessages(List String ).)
Public methodStartQueuing
Starts queuing.
(Inherited from AbstractMsgManager.)
Public methodStopQueuing
Stops queuing.
(Inherited from AbstractMsgManager.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodWarning
Displays the specified value in the message container and its history list, with a warning prefix (WarningPrefix).
(Inherited from AbstractMsgManager.)
Back to Top
See Also