Microsoft SDK for Java

AxHost.setVisible

Sets a boolean value that determines whether the control is visible.

Syntax

public void setVisible( boolean value )

Parameters

value

Set to true to make the control visible; otherwise, set to false.

Remarks

Calling this method on a control that is designed to be invisible at runtime has no effect.

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