Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::get_Width Next Topic: IWebBrowser2::put_FullScreen |
IWebBrowser2::put_AddressBar
HRESULT put_AddressBar( VARIANT_BOOL FAR* pValue );Shows or hides the Internet Explorer object's address bar.
- Returns S_OK if the operation was successful, or an OLE-defined error code otherwise.
- pValue
- Address of a variable that contains a nonzero value if the address bar is to be shown, or zero if it is to be hidden.
Applies To
Internet Explorer
See also IWebBrowser2::get_AddressBar
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.