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

Method SelectAddressBar

SampleApps/WebView2APISample/Toolbar.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void Toolbar::SelectAddressBar()
162{
163 SetFocus(m_items[Item_AddressBar]);
164 SelectAll();
165}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected