Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::put_Resizable Next Topic: IWebBrowser2::put_StatusBar |
IWebBrowser2::put_Silent
HRESULT put_Silent( VARIANT_BOOL FAR* pbSilent );Sets a value indicating whether any dialog boxes can be shown.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
- pbSilent
- Optional. A Boolean expression that determines whether the object can show any dialog boxes. If TRUE, dialog boxes will not be displayed; if FALSE, dialog boxes will be displayed. The default value is FALSE.
Applies To
WebBrowser, Internet Explorer
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.