System.ConsoleModifiers Enumeration

Represents the SHIFT, ALT, and CTRL modifier keys on a keyboard.

Syntax

[System.Flags]
public enum ConsoleModifiers

Remarks

No distinction is made between the left or right SHIFT, ALT, and CTRL keys.

The ConsoleModifiers enumeration is used in conjunction with the ConsoleKeyInfo type.

Members

Member NameDescription
Alt

The left or right ALT modifier key.

Control

The left or right CTRL modifier key.

Shift

The left or right SHIFT modifier key.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0