Sets a boolean value indicating whether the edit control is read-only.
public final void setReadOnly( boolean value )
value
Set to true if the control is read-only; otherwise, set to false. The default value is false.
See Also getReadOnly