CoreWebView2Settings.AreDevToolsEnabled 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 user is able to use the context menu or keyboard shortcuts to open the DevTools window.
public bool AreDevToolsEnabled { get; set; }
member this.AreDevToolsEnabled : bool with get, set
Public Property AreDevToolsEnabled As Boolean
Property Value
Remarks
The default value is true
.