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

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration ConsoleModifiers
C#
[FlagsAttribute]
public enum ConsoleModifiers

Members

Member nameDescription
Supported by the .NET Compact FrameworkAlt
The left or right ALT modifier key.
Supported by the .NET Compact FrameworkShift
The left or right SHIFT modifier key.
Supported by the .NET Compact FrameworkControl
The left or right CTRL modifier key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also