CommonCreate Dialog Method
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 Dialog CreateDialog(
Control content,
string title,
int width = 0,
int height = 0
)VB
Public Shared Function CreateDialog (
content As Control,
title As String,
Optional width As Integer = 0,
Optional height As Integer = 0
) As Dialog