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