Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Samples
/ SelectAll
Method
SelectAll
SampleApps/WebView2APISample/Toolbar.cpp:156–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
void Toolbar::SelectAll()
157
{
158
SendMessage(m_items[Item_AddressBar], EM_SETSEL, 0, -1);
159
}
160
161
void Toolbar::SelectAddressBar()
162
{
Callers
4
HandleChildWindowMessage
Method · 0.80
TextInputDialog
Method · 0.80
NewWindowOptionsDialog
Method · 0.80
TextInputDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected