CoreWebView2.OpenTaskManagerWindow Method

Definition

Opens the Browser Task Manager view as a new window in the foreground.

public void OpenTaskManagerWindow ();
member this.OpenTaskManagerWindow : unit -> unit
Public Sub OpenTaskManagerWindow ()

Remarks

If the Browser Task Manager is already open, this will bring it into the foreground. WebView2 currently blocks the Shift+Esc shortcut for opening the task manager. An end user can open the browser task manager manually via the Browser task manager entry of the DevTools window's title bar's context menu.

Applies to