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

Method Builder

SampleApps/WebView2APISample/TextInputDialog.cpp:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418// --- Builder implementation ---
419
420TextInputDialog::Builder::Builder(HWND parent, PCWSTR title, PCWSTR prompt)
421 : m_parent(parent), m_title(title), m_prompt(prompt)
422{
423}
424
425TextInputDialog::Builder& TextInputDialog::Builder::AddCheckBoxGroup(
426 const std::wstring& groupLabel, std::vector<CheckBoxOption> options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected