Microsoft SDK for Java

setAddressBar

This method of the InternetExplorer class shows or hides the Microsoft® Internet Explorer object's address bar.

Syntax

public native void setAddressBar(boolean Value);

Parameters

Value 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.

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