OnStatusBar event
Fires when the StatusBar property is changed.
Syntax
HTML Attribute | <element OnStatusBar = "handler(event)"> |
attachEvent Method | object.attachEvent("OnStatusBar", handler) |
Event information
Synchronous | No |
Bubbles | No |
Cancelable | No |
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.