Contents Index Topic Contents | ||
Previous Topic: Resizable Property Next Topic: StatusBar Property |
Silent Property
Description
Returns or sets a value indicating whether any dialog boxes can be shown.
Syntax
object.Silent [= value]
Part Description 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 dialog boxes. If TRUE, dialog boxes will not be displayed; if FALSE, dialog boxes will be displayed. The default value is FALSE.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.