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 name | Description | |
|---|---|---|
| Alt |
The left or right ALT modifier key.
| |
| Shift |
The left or right SHIFT modifier key.
| |
| Control |
The left or right CTRL modifier key.
|