Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2::get_closed Next Topic: IHTMLWindow2::get_document |
IHTMLWindow2::get_defaultStatus
HRESULT get_defaultStatus( BSTR *p );Retrieves the default message displayed in the status bar at the bottom of the window.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the default status message.
Do not confuse the defaultStatus property with the status property retrieved by the get_status method. The status property reflects a priority or transient message in the status bar, such as the message that appears when an onmouseover event occurs over an anchor.
See also put_defaultStatus
IHTMLWindow2::put_defaultStatus
HRESULT put_defaultStatus( BSTR v );Sets the default message displayed in the status bar at the bottom of the window.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the status message.
See also get_defaultStatus
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.