IHTMLWindow2::get_statusIHTMLWindow2::get_status*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLWindow2::get_self
*Next Topic: IHTMLWindow2::get_top

IHTMLWindow2::get_status


HRESULT get_status(
    BSTR *p
);

Retrieves the message displayed in the status bar at the bottom of the window.

p
Address of a variable that receives the status message.

Do not confuse the status property with the defaultStatus property retrieved by the get_defaultStatus 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_status

Up Top of Page


IHTMLWindow2::put_status


HRESULT put_status(
    BSTR v 
);

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

v
String specifying the status message.

See also get_status


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