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

Method OnFrameWindowActivate

DuiLib/Control/UIWebBrowser.cpp:317–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317STDMETHODIMP DuiLib::CWebBrowserUI::OnFrameWindowActivate( BOOL fActivate )
318{
319 if (m_pWebBrowserEventHandler)
320 {
321 return m_pWebBrowserEventHandler->OnFrameWindowActivate(fActivate);
322 }
323 return E_NOTIMPL;
324}
325
326STDMETHODIMP DuiLib::CWebBrowserUI::ResizeBorder( LPCRECT prcBorder, IOleInPlaceUIWindow* pUIWindow, BOOL fFrameWindow )
327{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected