Determines which control will process Alt key.

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

Syntax

Visual Basic
Public Enumeration AltKeyMode
C#
public enum AltKeyMode

Members

Member nameDescription
Supported by the .NET Compact FrameworkMenuAndTerminal
Alt key activates the application menu, and it is handled by TerminalColor as well.
Supported by the .NET Compact FrameworkMenu
Alt key activates the application menu. The keystroke is ignored by TerminalColor.
Supported by the .NET Compact FrameworkTerminal
Alt keystroke is handled by TerminalColor. It does not activate the application menu.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also