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