CommonCreate And Add Text Box Row 2(TableLayout, String, String, Double, ActionTextBox, Event Args) 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 TextBox CreateAndAddTextBoxRow2(
this TableLayout container,
string numberformat,
string text,
double currval,
Action<TextBox, EventArgs> command
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddTextBoxRow2 (
container As TableLayout,
numberformat As String,
text As String,
currval As Double,
command As Action(Of TextBox, EventArgs)
) As TextBoxParameters
- container TableLayout
- numberformat String
- text String
- currval Double
- command ActionTextBox, EventArgs