ToolStripItem.ShowKeyboardCues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.