Gets or sets a value indicating whether the control is disabled for user input.

[VBScript]
Public Property Disabled As Boolean
[JScript]
public function get Disabled() : Boolean;
public function set Disabled(Boolean);

Property Value

true if the control is disabled for user input, false, otherwise.

See Also

HTMLLinkElement Object | HTMLLinkElement Members | DOM Namespace