CoreWebView2Settings.AreDefaultContextMenusEnabled 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.
Determines whether the default context menus are shown to the user in WebView.
public bool AreDefaultContextMenusEnabled { get; set; }
member this.AreDefaultContextMenusEnabled : bool with get, set
Public Property AreDefaultContextMenusEnabled As Boolean
Property Value
Remarks
The default value is true
.