Click or drag to resize

ConsoleControlWriteInput Method

Writes the input 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 WriteInput(
	string input,
	Color color,
	bool echo
)

Parameters

input
Type: SystemString
The input.
color
Type: System.Windows.MediaColor
The color.
echo
Type: SystemBoolean
if set to true echo the input.
See Also