Microsoft SDK for Java

setSilent

This method of the IWebBrowser2 interface sets a value indicating whether any dialog boxes can be shown.

Syntax

public void setSilent(boolean Silent);

Parameters

Silent Determines whether the WebBrowser can show any message or dialog boxes. If TRUE, dialog boxes will not be displayed; if FALSE, dialog boxes will be displayed. The default value is FALSE. Critical errors and security alerts are not suppressed.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.