Extensions2GetStandardForm(String, Int32, Int32, TableLayout, Boolean) Method |
Namespace: DWSIM.ExtensionMethods.EtoAssembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 8.8.1.0
Syntax public static Form GetStandardForm(
string title,
int width,
int height,
TableLayout content,
bool scrollable
)
Public Shared Function GetStandardForm (
title As String,
width As Integer,
height As Integer,
content As TableLayout,
scrollable As Boolean
) As Form
Request Example
View SourceParameters
- title String
-
- width Int32
-
- height Int32
-
- content TableLayout
-
- scrollable Boolean
-
Return Value
FormSee Also