CoreWebView2.OpenDevToolsWindow Method
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.
Opens the DevTools window for the current document in the WebView.
public void OpenDevToolsWindow ();
member this.OpenDevToolsWindow : unit -> unit
Public Sub OpenDevToolsWindow ()
Remarks
Does nothing if run when the DevTools window is already open.