interface ICoreWebView2_6
interface ICoreWebView2_6
: public ICoreWebView2_5
This interface is an extension of ICoreWebView2_5 that manages opening the browser task manager window.
Summary
Members | Descriptions |
---|---|
OpenTaskManagerWindow | Opens the Browser Task Manager view as a new window in the foreground. |
Applies to
Product | Introduced |
---|---|
WebView2 Win32 | 1.0.992.28 |
WebView2 Win32 Prerelease | 1.0.1010 |
Members
OpenTaskManagerWindow
Opens the Browser Task Manager view as a new window in the foreground.
public HRESULT OpenTaskManagerWindow()
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.