CommonGet Default Editor Form(String, Int 32, Int 32, DynamicLayout) Method
returns a form whose contents are defined by the content argument (Dynamic Layout)
Definition
Namespace: DWSIM.UI.Shared
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
C#
public static Form GetDefaultEditorForm(
string title,
int width,
int height,
DynamicLayout content
)VB
Public Shared Function GetDefaultEditorForm (
title As String,
width As Integer,
height As Integer,
content As DynamicLayout
) As Form