Sets the text of the Microsoft® Internet Explorer status bar.
Syntax
HRESULT put_StatusText( BSTR bstr );
Parameters
- bstr
- String that contains the status bar text.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The WebBrowser object ignores this property.
See Also
IWebBrowser2::get_StatusText