1 out of 1 rated this helpful - Rate this topic

OnStatusBar event

Fires when the StatusBar property is changed.

Syntax

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

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

StatusBar [in]

Type: Boolean

A Boolean value that specifies whether the status bar is shown.

VARIANT_TRUE (true)

Status bar is shown.

VARIANT_FALSE (false)

Status bar is hidden.

Remarks

The WebBrowser object ignores this event.

An application hosting Windows Internet Explorer should respond to this event by hiding or showing the status bar, if applicable.

See also

InternetExplorer

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.