CommonGet Default Editor Form(String, Int 32, Int 32, TableLayout, Boolean) Method
returns a form whose contents are defined by the TableLayout argument
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,
TableLayout content,
bool scrollable
)VB
Public Shared Function GetDefaultEditorForm (
title As String,
width As Integer,
height As Integer,
content As TableLayout,
scrollable As Boolean
) As Form