TextBoxMsgManager ProcessMessage Method (String, String)CleanCode C# Libraries v1.2.03 API
Adds a message to the targeted OnlineTextBox.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

protected override void ProcessMessage(
	string message,
	string prefix
)
Remarks

If queuing is not active (the default) the message is added to the TextBox and the TextBox is scrolled to display it. If queuing is active, the message is just collected and will not be added to the TextBox until queuing is deactivated with StopQueuing .
See Also