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

Method Hide

SampleApps/WebView2APISample/Toolbar.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void Toolbar::Hide()
60{
61 DisableAllItems();
62 for (HWND hwnd : m_items)
63 {
64 ShowWindow(hwnd, SW_HIDE);
65 }
66}
67
68void Toolbar::DisableAllItems()
69{

Callers 2

AppWindowMethod · 0.45
SettingsComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected