FileElement Clone Method C# API
Initialises a new instance of the FileElement class, which is a copy of the specified FileElement.

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

public override HtmlElement Clone()

Return Value

A new FileElement object which is an exact copy of this HTML element.
See Also