Microsoft SDK for Java

setSilent

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

Syntax

public synchronized void setSilent(boolean pbSilent);

Parameters

pbSilent 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.