IForeNETRuntimeAssembly.Form

Syntax

Form(Name: String): IForeNETRuntimeForm;

Parameters

Name is a name of the .NET form, the context of which should be received.

NOTE. The name of the form should be specified together with the namespace of the assembly as follows: <assembly namespace>.<form name>

Description

The Form property returns the context of a specified .NET form, implemented in this assembly.

Example

The example of using this property is given in the example of using the IForeNETRuntimeForm.Show and IForeNETRuntimeForm.ShowDialog method.

See also:

IForeNETRuntimeAssembly