Gets or sets a value that indicates whether this OptionElement has been selected.
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 "selected" attribute; otherwise, false.Remarks
Selected = true is equivalent to SetAttribute("selected").
Selected = false is equivalent to RemoveAttribute("selected").
See Also