TerminalControl.SuppressShortcutKeys Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9313)
SuppressShortcutKeys
Determines how to handle keystrokes which are registered shortcut keys of the application (e.g. Ctrl+O can activate a menu item).
Declaration
[Browsable(true)]
public bool SuppressShortcutKeys { get; set; }
Property Value
| Type | Description | 
|---|---|
| Boolean | True - keystroke is processed by the TerminalControl and send to the remote end (shortcut is not activated); false - keystroke is used as a shortcut (nothing is send to the remote end).  |