HTMLTextAreaElement.ReadOnly

HTMLTextAreaElement.ReadOnly property

This control is read-only. See the readonly attribute definition in HTML 4.01.

public bool ReadOnly { get; set; }

See Also