System.Windows.Forms.ToolStripTextBox.ShortcutsEnabled Property

Gets or sets a value indicating whether the defined shortcuts are enabled.

Syntax

[System.ComponentModel.DefaultValue(true)]
public bool ShortcutsEnabled { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStripTextBox.ShortcutsEnabled property to enable or disable the following shortcut key combinations:

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0