Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
void Toolbar::Hide()
60
{
61
DisableAllItems();
62
for (HWND hwnd : m_items)
63
{
64
ShowWindow(hwnd, SW_HIDE);
65
}
66
}
67
68
void Toolbar::DisableAllItems()
69
{
Callers
2
AppWindow
Method · 0.45
SettingsComponent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected