HTMLInputElement.ReadOnly

HTMLInputElement.ReadOnly property

Dieses Steuerelement ist schreibgeschützt. Relevant nur wannTyp hat den Wert “Text” oder “Passwort”. Siehe die Readonly-Attributdefinition in HTML 4.01.

public bool ReadOnly { get; set; }

Siehe auch