Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void CustomStatusBar::Show(std::wstring value)
38
{
39
SetWindowTextW(m_statusBarWindow, value.c_str());
40
ShowWindow(m_statusBarWindow, SW_NORMAL);
41
}
42
43
void CustomStatusBar::Hide()
44
{
Callers
15
GetAllCookies
Method · 0.80
AddOrUpdateCookie
Method · 0.80
ClearAllCookies
Method · 0.80
SetGeolocation
Method · 0.80
ClearGeolocation
Method · 0.80
SubscribeToDataReceived
Method · 0.80
UnsubscribeFromDataReceived
Method · 0.80
SubscribeToAnimationCreated
Method · 0.80
UnsubscribeFromAnimationCreated
Method · 0.80
SubscribeToDocumentUpdated
Method · 0.80
UnsubscribeFromDocumentUpdated
Method · 0.80
SubscribeToDownloadWillBegin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected