OnStatusTextChange Event (ALog)

Notifies an application that the text of the status bar associated with the WebBrowser control has changed.

Syntax

Object.OnStatusTextChange ( sStatus )

The OnStatusTextChange event syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

sStatus

Val BString

String that contains the new status bar text.

Comments

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

Applies to

ALog

See Also

OnStatusBar