CommonGet Default Tabbed Form 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 Form GetDefaultTabbedForm(
string title,
int width,
int height,
Control[] contents
)VB
Public Shared Function GetDefaultTabbedForm (
title As String,
width As Integer,
height As Integer,
contents As Control()
) As Form