Gets a bitwise combination of System.ConsoleModifier values that specifies one or more modifier keys pressed simultaneously with the console key.

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

Syntax

Visual Basic
Public ReadOnly Property Modifiers As ConsoleModifiers
	Get
C#
public ConsoleModifiers Modifiers { get; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also