Click to return to the Reusing Browser Technology home page    
PropertyChange Event     TitleChange Event     WebBrowser Control Events    
Web Workshop  |  Reusing Browser Technology

StatusTextChange Event


Occurs when the status bar text has changed.

Syntax

Private Sub object_StatusTextChange(ByVal Text As String)

Parameters

object
An object expression that evaluates to an object in the Applies To list.
Text
A 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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.