Click to return to the Reusing Browser Technology home page    
OnToolBar Event     ProgressChange Event     WebBrowser Control Events    
Web Workshop  |  Reusing Browser Technology

OnVisible Event


Occurs when the Visible property is changed.

Syntax

Private Sub object_OnVisible(ByVal Visible As Boolean)

Parameters

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

InternetExplorer, WebBrowser


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

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