Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Samples
/ DisableAllItems
Method
DisableAllItems
SampleApps/WebView2APISample/Toolbar.cpp:68–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void Toolbar::DisableAllItems()
69
{
70
for (HWND hwnd : m_items)
71
{
72
EnableWindow(hwnd, FALSE);
73
}
74
}
75
76
HWND Toolbar::GetItem(Item item) const
77
{
Callers
1
~ControlComponent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected