OnVisible EventOnVisible Event*
*



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)

ValueDescription
objectAn object expression that evaluates to an object in the Applies To list.
VisibleIf TRUE, the WebBrowser window should be shown; if FALSE, the window should be hidden.

Applies To

InternetExplorer, WebBrowser


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.