ToolStripDropDownManager ProcessQueuedMessages Method CleanCode C# Libraries v1.2.03 API
Processes the queued message after queuing is deactivated.

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

protected override void ProcessQueuedMessages(
	List<string> queue
)

Parameters

queue
Type: OnlineSystem.Collections.Generic List OnlineString 
The queue to process.
Remarks

Any collected messages will be immediately output to the history list of the OnlineToolStripDropDownButton 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.
See Also