MCPcopy Create free account
hub / github.com/cinience/RedisStudio / Refresh

Method Refresh

DuiLib/Control/UIWebBrowser.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void DuiLib::CWebBrowserUI::Refresh()
165{
166 if (m_pWebBrowser2)
167 {
168 m_pWebBrowser2->Refresh();
169 }
170}
171void DuiLib::CWebBrowserUI::GoBack()
172{
173 if (m_pWebBrowser2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected