Form Constructor (Form)C# API
Initialises a new instance of the Form class, which is an exact copy of the specified Form.

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

public Form(
	Form other
)
See Also