Inserts an OptionElement into the list of available OptionElement objects.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public void InsertOptionElement( int index, OptionElement element )
Parameters
- index
- Type: System Int32
The index at which to insert the option.
- element
- Type: Facilita.Web OptionElement
The OptionElement to insert.
See Also