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);

Property Value

true if the item is disabled; otherwise, false.

See Also

HTMLInputElement Object | HTMLInputElement Members | DOM Namespace