IDocHostUIHandler::OnFrameWindowActivateIDocHostUIHandler::OnFrameWindowActivate*
*Contents  *Index  *Topic Contents
*Previous Topic: IDocHostUIHandler::OnDocWindowActivate
*Next Topic: IDocHostUIHandler::ResizeBorder

IDocHostUIHandler::OnFrameWindowActivate

HRESULT OnFrameWindowActivate (
    BOOL fActive
);

Called from the IE4/MSHTML implementation of IOleInPlaceActiveObject::OnFrameWindowActivate.

fActive
Indicates the state of the container's top-level frame window. If this value is nonzero, the window is being activated. If this value is zero, the window is being deactivated.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.