HTMLInputElement.Disabled Property |
Gets or sets a value indicating whether the item is disabled.
[VBScript] Public Property Disabled As String
[JScript] public function get Disabled() : String; public function set Disabled(String);
true if the item is disabled; otherwise, false.
HTMLInputElement Object | HTMLInputElement Members | DOM Namespace