Microsoft SDK for Java

Edit.setReadOnly

Sets a boolean value indicating whether the edit control is read-only.

Syntax

public final void setReadOnly( boolean value )

Parameters

value

Set to true if the control is read-only; otherwise, set to false. The default value is false.

See Also   getReadOnly

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