Click or drag to resize

ConsoleControlWriteOutput Method

Writes the output to the console control.

Namespace:  ConsoleControl
Assembly:  ConsoleControl (in ConsoleControl.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public void WriteOutput(
	string output,
	Color color
)

Parameters

output
Type: SystemString
The output.
color
Type: System.DrawingColor
The color.
See Also