Click to return to the Reusing Browser Technology home page    
IWebBrowser2::ExecWB Meth...     IWebBrowser2::get_Applica...     IWebBrowser2 Interface    
Web Workshop  |  Reusing Browser Technology

IWebBrowser2::get_AddressBar Method


Retrieves a Boolean value that indicates whether the Internet Explorer object's address bar is visible.

Syntax

HRESULT get_AddressBar(
    VARIANT_BOOL* pValue
);

Parameters

pValue
Address of a VARIANT_BOOL structure that receives a nonzero value if the address bar is visible, or zero if it is not visible.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

IWebBrowser2::put_AddressBar


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.