OnVisible Event (ALog)

Occurs when the window for the WebBrowser should be shown/hidden. This allows the host window to behave the same way the Internet Explorer window would.

Syntax

Object.OnVisible ( bVisible )

The OnVisible event syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

bVisible

Val Bool

Nonzero if the object is visible, or zero otherwise.

Where

bVisible can have one of the following values:

 

Value

Description

True

The object is visible.

False *

The object is not visible.

Comments

For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.

Applies to

ALog

See Also

OnQuit