This method of the IWebBrowser2 interface shows or hides the Microsoft® Internet Explorer object's address bar.
public void setAddressBar(boolean Value);
Value | The Boolean expression that determines whether the address bar is visible. If TRUE, the address bar is visible; if FALSE, it is hidden. The default value is TRUE. |