Microsoft SDK for Java

Control.setEnabled

Sets a boolean value indicating whether this control is enabled.

Syntax

public void setEnabled( boolean enabled )

Parameters

enabled

Set to true to enable the control; otherwise, set to false.

See Also   getEnabled

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