Inserts the specified HtmlElement into the form.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public void InsertElement( int index, HtmlElement element )
Parameters
- index
- Type: System Int32
The position in the form at which the specified HtmlElement is to be inserted.
- element
- Type: Facilita.Web HtmlElement
The HtmlElement to insert.
See Also