Edit.setReadOnly

Overview | Methods | This Package | All Packages

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