Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Samples
/ Hide
Method
Hide
SampleApps/WebView2APISample/CustomStatusBar.cpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void CustomStatusBar::Hide()
44
{
45
SetWindowTextW(m_statusBarWindow, L
""
);
46
ShowWindow(m_statusBarWindow, SW_HIDE);
47
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected