HTMLInputElement.ReadOnly

HTMLInputElement.ReadOnly property

This control is read-only. Relevant only when type has the value “text” or “password”. See the readonly attribute definition in HTML 4.01.

public bool ReadOnly { get; set; }

See Also