Gets the OptionElement that is currently selected.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public OptionElement GetSelectedOption()
Return Value
The OptionElement that is currently selected.Exceptions
Exception | Condition |
---|---|
Facilita.Exception NoSuchValueException | No option has been selected. |
Remarks
See Also