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

Method Show

SampleApps/WebView2APISample/CustomStatusBar.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void CustomStatusBar::Show(std::wstring value)
38{
39 SetWindowTextW(m_statusBarWindow, value.c_str());
40 ShowWindow(m_statusBarWindow, SW_NORMAL);
41}
42
43void CustomStatusBar::Hide()
44{

Callers 15

GetAllCookiesMethod · 0.80
AddOrUpdateCookieMethod · 0.80
ClearAllCookiesMethod · 0.80
SetGeolocationMethod · 0.80
ClearGeolocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected