Processes the queued message after queuing is deactivated.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
protected override void ProcessQueuedMessages(
List<string> queue
)
protected override void ProcessQueuedMessages(
List<string> queue
)
Protected Overrides Sub ProcessQueuedMessages ( _
queue As List(Of String) _
)
Protected Overrides Sub ProcessQueuedMessages ( _
queue As List(Of String) _
)
protected:
virtual void ProcessQueuedMessages(
List<String^>^ queue
) override
protected:
virtual void ProcessQueuedMessages(
List<String^>^ queue
) override
Any collected messages will be immediately output to the
history list of the
ToolStripDropDownButton
if they were stored
via
Warning(String)
or
Error(String).
The final message, regardless of type,
will be displayed on the visible portion of the control.
Note that when not queuing, a timestamp is prefixed
to messages that are added to the history list, but all
queued messages output by this routine will not have a timestamp.