Click or drag to resize

ConsoleControlWriteOutput Method

Writes the output to the console control.

Namespace:  ConsoleControl.WPF
Assembly:  ConsoleControl.WPF (in ConsoleControl.WPF.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.Windows.MediaColor
The color.
See Also