StatusTextChange EventStatusTextChange Event*
*Contents  *Index  *Topic Contents
*Previous Topic: PropertyChange Event
*Next Topic: TitleChange Event

StatusTextChange Event

Description

Occurs when the status bar text has changed.

Syntax

Private Sub object_StatusTextChange(ByVal Text As String)

ValueDescription
objectAn object expression that evaluates to an object in the Applies To list.
TextA string containing the new status bar text.

Remarks

The container can use the information provided by this event to update the text of a status bar. When using scripting in an HTML page, this event corresponds to the status property passed in the window.open method.

Applies To

InternetExplorer, WebBrowser

See Also

StatusBar, StatusText


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