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)
Value Description 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
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.