Share via


CDHtmlDialog::OnFrameWindowActivate

Called by the framework when the frame window is activated or deactivated.

STDMETHOD(OnFrameWindowActivate)(
   BOOL fActivate 
);

Parameters

Return Value

Returns E_NOTIMPL.

Remarks

This member function is CDHtmlDialog's implementation of IDocHostUIHandler::OnFrameWindowActivate, as described in the Windows SDK.

Requirements

Header: afxdhtml.h

See Also

Concepts

CDHtmlDialog Class

CDHtmlDialog Members

Hierarchy Chart

IDocHostUIhandler Interface