Share via


CDHtmlDialog::OnDocWindowActivate

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

STDMETHOD(OnDocWindowActivate)(
   BOOL fActivate 
);

Parameters

Return Value

Returns E_NOTIMPL.

Remarks

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

Requirements

Header: afxdhtml.h

See Also

Concepts

CDHtmlDialog Class

CDHtmlDialog Members

Hierarchy Chart

IDocHostUIhandler Interface