Adds a message to the targeted
TextBox.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
protected override void ProcessMessage(
string message,
string prefix
)
protected override void ProcessMessage(
string message,
string prefix
)
Protected Overrides Sub ProcessMessage ( _
message As String, _
prefix As String _
)
Protected Overrides Sub ProcessMessage ( _
message As String, _
prefix As String _
)
protected:
virtual void ProcessMessage(
String^ message,
String^ prefix
) override
protected:
virtual void ProcessMessage(
String^ message,
String^ prefix
) override
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 .