ForeNet > ForeNet Assembly Interfaces > IForeNETForm
The IForeNETForm interface contains methods used to work with development environment object that is .NET form.
Property name | Brief description | |
![]() |
Assembly | The Assembly property returns parameters of parent .NET assembly, where the .NET unit is stored. |
![]() |
FormName | The FormName property determines the name of .NET form that corresponds to the given .NET unit. |
Method name | Brief description | |
![]() |
The InitForm method performs base setup of .NET form and returns whether setup successfully completed. | |
![]() |
The LoadFormContent method loads and returns the content of a .NET form. | |
![]() |
The SaveFormContent method saves the content of a .NET form. |
Property name | Brief description | |
![]() |
LoadModuleContent | The LoadModuleContent method loads and returns the contents of the .NET unit. |
![]() |
SaveModuleContent | The SaveModuleContent method saves the contents of the .NET unit. |
See also: