ConsoleKeyInfo: ConsoleModifiers

ConsoleModifiers

Values that represent the specific modifier keys used to indicate different values for specific keys.

 Public Enum ConsoleModifiers

Values

AltKey = 1
The left or right alt key is specified.
ShiftKey = 2
The left or right shift key is specified.
ControlKey = 4
The left or right control key is specified.

Remarks

A single key can have different meanings when used in combination with these modifiers.

See Also

Project CorLib Overview

Class ConsoleKeyInfo Overview