Gets or sets a value indicating whether the item is read-only.

[VBScript]
Public Property ReadOnly As Boolean
[JScript]
public function get ReadOnly() : Boolean;
public function set ReadOnly(Boolean);

Property Value

true if the item is read-only; otherwise, false.

See Also

HTMLInputElement Object | HTMLInputElement Members | DOM Namespace