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

Method EnableModeless

DuiLib/Control/UIWebBrowser.cpp:299–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299STDMETHODIMP DuiLib::CWebBrowserUI::EnableModeless( BOOL fEnable )
300{
301 if (m_pWebBrowserEventHandler)
302 {
303 return m_pWebBrowserEventHandler->EnableModeless(fEnable);
304 }
305 return E_NOTIMPL;
306}
307
308STDMETHODIMP DuiLib::CWebBrowserUI::OnDocWindowActivate( BOOL fActivate )
309{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected