OptionElement.Disabled

OptionElement.Disabled property

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

public bool Disabled { get; set; }

Property Value

true if disabled; otherwise, false.

See Also