In .NET Framework , a property named ShortcutsEnabled in TextBox is provided to get or set a value indicating whether the defined shortcuts are enabled.
The following shortcut key combinations are defined by default:
- CTRL+Z
- CTRL+E
- CTRL+C
- CTRL+Y
- CTRL+X
- CTRL+BACKSPACE
- CTRL+V
- CTRL+DELETE
- CTRL+A
- SHIFT+DELETE
- CTRL+L
- SHIFT+INSERT
- CTRL+R
You can override this property to specify other shortcut keys.