Appends the specified HtmlElement to the end of this Form.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public void AddElement( HtmlElement element )
Parameters
- element
- Type: Facilita.Web HtmlElement
The HtmlElement to add.
See Also