Waits while pressing a key.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static Keys ReadKey(
	bool writeChar
)

Parameters

writeChar
Type: System..::.Boolean
Whether the read key will be written on the standart output.

Return Value

A Keys.

See Also