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

Method HideUI

DuiLib/Control/UIWebBrowser.cpp:281–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281STDMETHODIMP DuiLib::CWebBrowserUI::HideUI()
282{
283 if (m_pWebBrowserEventHandler)
284 {
285 return m_pWebBrowserEventHandler->HideUI();
286 }
287 return S_OK;
288}
289
290STDMETHODIMP DuiLib::CWebBrowserUI::UpdateUI()
291{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected