This documentation is archived and is not being maintained.
ConsoleKeyInfo Properties
Visual Studio 2010
The ConsoleKeyInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
Key | Gets the console key represented by the current ConsoleKeyInfo object. |
|
KeyChar | Gets the Unicode character represented by the current ConsoleKeyInfo object. |
|
Modifiers | Gets a bitwise combination of System::ConsoleModifiers values that specifies one or more modifier keys pressed simultaneously with the console key. |
Show: