IDocHostUIHandler::EnableModelessIDocHostUIHandler::EnableModeless*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IDocHostUIHandler Interface
*Next Topic: IDocHostUIHandler::FilterDataObject

IDocHostUIHandler::EnableModeless

HRESULT EnableModeless(
    BOOL fEnable
);

Called from the IE4/MSHTML implementation of IOleInPlaceActiveObject::EnableModeless. Also called when IE4/MSHTML displays modal UI. The host should enable or disable its modeless UI as appropriate.

fEnable
Indicates if the host's modeless dialog boxes are enabled or disabled. If this value is nonzero, modeless dialog boxes are enabled. If this value is zero, modeless dialog boxes are disabled.

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