Shows or hides the Microsoft® Internet Explorer object's address bar.
Syntax
HRESULT put_AddressBar( VARIANT_BOOL* pValue );
Parameters
- 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.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
IWebBrowser2::get_AddressBar