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