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

Class SaveAsDialog

SampleApps/WebView2APISample/ScenarioSaveAs.h:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28};
29
30struct SaveAsDialog
31{
32 SaveAsDialog(HWND parent, std::initializer_list<COREWEBVIEW2_SAVE_AS_KIND> kinds);
33
34 std::initializer_list<COREWEBVIEW2_SAVE_AS_KIND> kinds;
35 std::wstring path;
36 bool allowReplace = false;
37 COREWEBVIEW2_SAVE_AS_KIND selectedKind = COREWEBVIEW2_SAVE_AS_KIND_DEFAULT;
38 bool confirmed = false;
39};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected