Contents Index Topic Contents | ||
Previous Topic: OnToolBar Event Next Topic: ProgressChange Event |
OnVisible Event
Description
Occurs when the Visible property is changed.
Syntax
Private Sub object_OnVisible(ByVal Visible As Boolean)
Value Description object An object expression that evaluates to an object in the Applies To list. Visible If TRUE, the WebBrowser window should be shown; if FALSE, the window should be hidden.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.