IHTMLWindow2::get_defaultStatusIHTMLWindow2::get_defaultStatus*
*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.

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

Up Top of Page


IHTMLWindow2::put_defaultStatus


HRESULT put_defaultStatus( 
    BSTR v 
);

Sets the default message displayed in the status bar at the bottom of the window.

v
String specifying the status message.

See also get_defaultStatus


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.