Microsoft SDK for Java

MenuItem.setVisible

Sets a boolean value that determines whether this menu item is visible.

Syntax

public void setVisible( boolean value )

Parameters

value

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

See Also   getVisible

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