This documentation is archived and is not being maintained.
Console::ReadKey Method
Visual Studio 2010
Obtains the next character or function key pressed by the user.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ReadKey() | Obtains the next character or function key pressed by the user. The pressed key is displayed in the console window. |
|
ReadKey(Boolean) | Obtains the next character or function key pressed by the user. The pressed key is optionally displayed in the console window. |
Show: