ToolStripItem.ShowKeyboardCues Property

Definition

Gets a value indicating whether to show or hide shortcut keys.

protected public:
 virtual property bool ShowKeyboardCues { bool get(); };
protected internal virtual bool ShowKeyboardCues { get; }
member this.ShowKeyboardCues : bool
Protected Friend Overridable ReadOnly Property ShowKeyboardCues As Boolean

Property Value

true to show shortcut keys; otherwise, false. The default is true.

Remarks

Shortcut keys, such as CTRL+C for copying, provide keyboard alternatives to selecting a command with a mouse or other pointing device.

Applies to