Resumes the WebView so that it resumes activities on the web page.
This API can be called while the WebView2 controller is invisible.
The app can interact with the WebView immediately after Resume.
WebView will be automatically resumed when it becomes visible.
Resumes the WebView so that it resumes activities on the web page. This API can be called while the WebView2 controller is invisible. The app can interact with the WebView immediately after Resume. WebView will be automatically resumed when it becomes visible.
\snippet ViewComponent.cpp ToggleIsVisibleOnMinimize
\snippet ViewComponent.cpp Resume