CoreWebView2ContextMenuItem.Name 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 unlocalized name for the CoreWebView2ContextMenuItem.
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Property Value
Remarks
Use this to distinguish between context menu item types. This will be the English label of the menu item in lower camel case. For example, the "Save as" menu item will be "saveAs". Extension menu items will be "extension", custom menu items will be "custom" and spellcheck items will be "spellCheck". Some example context menu item names are:
- "saveAs" - "copyImage" - "openLinkInNewWindow"