Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::put_Silent Next Topic: IWebBrowser2::put_StatusText |
IWebBrowser2::put_StatusBar
HRESULT put_StatusBar( VARIANT_BOOL Value );Shows or hides the Internet Explorer status bar.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
- Value
- Show flag. A value of TRUE shows the status bar; a value of FALSE hides it.
The WebBrowser object ignores this property.
Applies To
Internet Explorer, WebBrowser
See also IWebBrowser2::get_StatusBar
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.