Gets or sets a value that indicates whether this HTML element has been disabled.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
true if this element has the "disabled" attribute; otherwise, false.Remarks
Disabled = true is equivalent to SetAttribute("disabled").
Disabled = false is equivalent to RemoveAttribute("disabled").
See Also