CoreWebView2ContextMenuItem.ShortcutKeyDescription 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 the localized keyboard shortcut for this CoreWebView2ContextMenuItem.
public string ShortcutKeyDescription { get; }
member this.ShortcutKeyDescription : string
Public ReadOnly Property ShortcutKeyDescription As String
Property Value
Remarks
It will be the empty string if there is no keyboard shortcut. This is text intended to be displayed to the end user to show the keyboard shortcut. For example this property is Ctrl+Shift+I for the "Inspect" CoreWebView2ContextMenuItem.