ToolStripTextBox::ShortcutsEnabled Property
.NET Framework (current version)
Gets or sets a value indicating whether the defined shortcuts are enabled.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Use the ShortcutsEnabled property to enable or disable the following shortcut key combinations:
Shortcut keys | Shortcut keys |
|---|---|
CTRL+Z | CTRL+E |
CTRL+C | CTRL+I |
CTRL+X | CTRL+Y |
CTRL+V | CTRL+BACKSPACE |
CTRL+A | CTRL+DELETE |
CTRL+L | SHIFT+DELETE |
CTRL+R | SHIFT+INSERT |
You can override this property to specify other shortcut keys.
The following code example demonstrates the syntax for setting various ToolStripTextBox common property settings, including the ShortcutsEnabled property .
.NET Framework
Available since 2.0
Available since 2.0
Show: