Microsoft SDK for Java

setVisible

This method of the InternetExplorer class sets the visibility state of the object.

Syntax

public native void setVisible(boolean Visible);

Parameters

Visible Specifies the visible state of Microsoft® Internet Explorer. If TRUE, the window is visible; if FALSE, it is hidden. The default value is FALSE.

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