Form InsertElement Method C# API
Inserts the specified HtmlElement into the form.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (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