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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.