SelectElement AddOptionElement Method C# API
Adds an OptionElement to the list of available OptionElement objects.

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

public void AddOptionElement(
	OptionElement element
)
Remarks

The new option is added to the end of the list.
See Also