SelectElement GetSelectedOption Method C# API
Gets the OptionElement that is currently selected.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public OptionElement GetSelectedOption()

Return Value

The OptionElement that is currently selected.
Exceptions

Remarks

This is the option that will be sent to the web server when the form is submitted.
See Also