Click or drag to resize

ConsoleControlWriteInput Method

Writes the input to the console control.

Namespace:  ConsoleControl
Assembly:  ConsoleControl (in ConsoleControl.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.DrawingColor
The color.
echo
Type: SystemBoolean
if set to true echo the input.
See Also