IActiveScriptSiteWindow::EnableModelessIActiveScriptSiteWindow::EnableModeless*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IActiveScriptSiteWindow
*Next Topic: IActiveScriptSiteWindow::GetWindow

IActiveScriptSiteWindow::EnableModeless

HRESULT IActiveScriptSite::EnableModeless(
    BOOL fEnable  // enable flag
);

Causes the host to enable or disable its main window as well as any modeless dialog boxes.

fEnable
[in] Flag that, if TRUE, enables the main window and modeless dialogs or, if FALSE, disables them.

This method is identical to the IOleInPlaceFrame::EnableModeless method.

Calls to this method can be nested.


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