MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / PopupDialog

Method PopupDialog

SampleApps/WebView2APISample/AppWindow.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void WebViewCreateOption::PopupDialog(AppWindow* app)
194{
195 DialogBoxParam(
196 g_hInstance, MAKEINTRESOURCE(IDD_WEBVIEW2_OPTION), app->GetMainWindow(), DlgProcStatic,
197 (LPARAM)app);
198}
199
200// Creates a new window which is a copy of the entire app, but on the same thread.
201AppWindow::AppWindow(

Calls 1

GetMainWindowMethod · 0.45

Tested by

no test coverage detected