Shows or hides the Microsoft® Internet Explorer status bar.
Syntax
HRESULT put_StatusBar( VARIANT_BOOL Value );
Parameters
- Value
- VARIANT_BOOL that is set to TRUE to show the status bar or to FALSE to hide it.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The WebBrowser object ignores this property.
See Also
IWebBrowser2::get_StatusBar