TerminalControl.SuppressShortcutKeys Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9147)
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 Terminal |