IShellBrowser::EnableModelessSBIShellBrowser::EnableModelessSB*
*Contents  *Index  *Topic Contents
*Previous Topic: IShellBrowser::BrowseObject
*Next Topic: IShellBrowser::GetControlWindow

IShellBrowser::EnableModelessSB


HRESULT EnableModelessSB(
    BOOL fEnable
   );	

Tells Windows Explorer to enable or disable its modeless dialog boxes.

fEnable
Specifies whether the modeless dialog boxes are to be enabled or disabled. If this parameter is nonzero, modeless dialogs are enabled. If this parameter is zero, modeless dialogs are disabled.

This method is similar to the IOleInPlaceFrame::EnableModeless method. Although the current version of Windows Explorer does not have any modeless dialog boxes, the view should call this method when it wants to disable or enable modeless dialog boxes associated with the Windows Explorer window.

See also IShellBrowser


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