HTMLTextAreaElement.ReadOnly Property |
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);
true if the item is read-only; otherwise, false.
HTMLTextAreaElement Object | HTMLTextAreaElement Members | DOM Namespace