OnVisible Event
Fires when the Visible property of the object is changed.
Syntax
Private Sub object_OnVisible( _ ByVal vVisible As Boolean)
Parameters
- object
Object expression that resolves to the InternetExplorer object.
vVisible
A Boolean that specifies whether the object is visible. Can be one of the following values.
false
Object is not visible.true
Object is visible.
Error Codes
No return value.
Applies To