Click to return to the Reusing Browser Technology home page    
IHTMLWindow2::get_closed ...     IHTMLWindow2::get_documen...     IHTMLWindow2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLWindow2::get_defaultStatus Method


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

Syntax

HRESULT get_defaultStatus( 
    BSTR *p 
);

Parameters

p
Address of a string (BSTR) that receives the default status message.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

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.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

IHTMLWindow2::put_defaultStatus Method

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

Syntax

HRESULT put_defaultStatus( 
    BSTR v 
);

Parameters

v
String (BSTR) that specifies the status message.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.