This topic has not yet been rated - Rate this topic

StatusTextChange event

Fires when the status bar text of the object has changed.

Syntax

HTML Attribute <element StatusTextChange = "handler(event)">
Event Property object.StatusTextChange = handler;
attachEvent Method object.attachEvent("StatusTextChange", handler)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

sText [in]

Type: BSTR

A String that specifies the new status bar text.

Remarks

The container can use the information provided by this event to update the text of a status bar.

See also

InternetExplorer
WebBrowser
Reference
StatusBar

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.