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

Method SetItemEnabled

SampleApps/WebView2APISample/Toolbar.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void Toolbar::SetItemEnabled(Item item, bool enabled)
55{
56 EnableWindow(m_items[item], enabled);
57}
58
59void Toolbar::Hide()
60{

Callers 1

ControlComponentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected