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
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