Form AddElement Method C# API
Appends the specified HtmlElement to the end of this Form.

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

public void AddElement(
	HtmlElement element
)
See Also