MCPcopy 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
156void Toolbar::SelectAll()
157{
158 SendMessage(m_items[Item_AddressBar], EM_SETSEL, 0, -1);
159}
160
161void Toolbar::SelectAddressBar()
162{

Callers 4

TextInputDialogMethod · 0.80
TextInputDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected