status property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the message in the status bar at the bottom of the window.
Syntax
HRESULT value = object.put_status(BSTR v);HRESULT value = object.get_status(BSTR* p);
Property values
Type: BSTR
the message.
Remarks
Do not confuse the IHTMLWindow2::status property with the IHTMLWindow2::defaultStatus property. The IHTMLWindow2::defaultStatus property specifies the default message displayed in the status bar.
Windows Internet Explorer 7. References to this property are ignored if the "Allow status bar updates via script" option is disabled or the URLACTION _FEATURE_SCRIPT_STATUS_BAR URL action is disallowed for the current URL security zone. For more information on URL security zones, please see About URL Security Zones.
Build date: 6/12/2012