Returns or sets a value indicating whether any message or dialog boxes can be shown.
Syntax
object.Silent [= value]
Parameters
- object
- Required. An object expression that evaluates to an object in the Applies To list.
- value
- Optional. A Boolean expression that 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 supressed.
Applies To
InternetExplorer, WebBrowser