Determines which control will process Alt key.
            
    Namespace: 
   Rebex.TerminalEmulation
    Assembly:
   Rebex.Terminal (in Rebex.Terminal.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Enumeration AltKeyMode | 
| C# | 
|---|
| public enum AltKeyMode | 
 Members
Members
| Member name | Description | |
|---|---|---|
|  | MenuAndTerminal | 
            Alt key activates the application menu, and it is handled by TerminalColor as well.
             | 
|  | Menu | 
            Alt key activates the application menu. The keystroke is ignored by TerminalColor.
             | 
|  | Terminal | 
            Alt keystroke is handled by TerminalColor. It does not activate the application menu.
             | 
 
     
     
     
     
    