ICoreWebView2ContextMenuItem.get_ShortcutKeyDescription

Gets the localized keyboard shortcut for this ContextMenuItem. 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" ContextMenuItem.

The caller must free the returned string with CoTaskMemFree. See API Conventions.

interface ICoreWebView2ContextMenuItem
@" propget"
HRESULT
get_ShortcutKeyDescription
(
LPWSTR* value
)

Meta