MCPcopy 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
68void Toolbar::DisableAllItems()
69{
70 for (HWND hwnd : m_items)
71 {
72 EnableWindow(hwnd, FALSE);
73 }
74}
75
76HWND Toolbar::GetItem(Item item) const
77{

Callers 1

~ControlComponentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected