OnStatusBar Event (ALog)

Notifies an application when the StatusBar property has changed.

Syntax

Object.OnStatusBar ( bStatusBar )

The OnStatusBar event syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

bStatusBar

Val Bool

True if Internet Explorer's status bar is visible, or False otherwise.

Where

bStatusBar can have one of the following values:

 

Value

Description

True

Internet Explorer's status bar is visible.

False

Internet Explorer's status bar 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

OnStatusTextChange