HTMLInputElement.Disabled

HTMLInputElement.Disabled property

The control is unavailable in this context. See the disabled attribute definition in HTML 4.01.

public bool Disabled { get; set; }

See Also