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