ToolStripMenuItem.ShowShortcutKeys Property

Definition

Gets or sets a value indicating whether the shortcut keys that are associated with the ToolStripMenuItem are displayed next to the ToolStripMenuItem.

public:
 property bool ShowShortcutKeys { bool get(); void set(bool value); };
public bool ShowShortcutKeys { get; set; }
member this.ShowShortcutKeys : bool with get, set
Public Property ShowShortcutKeys As Boolean

Property Value

true if the shortcut keys are shown; otherwise, false. The default is true.

Applies to