CommonCreate And Add Numeric Editor Row 2 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 CreateAndAddNumericEditorRow2(
this DynamicLayout container,
string text,
double currval,
double minval,
double maxval,
int decimalplaces,
Action<TextBox, EventArgs> command
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddNumericEditorRow2 (
container As DynamicLayout,
text As String,
currval As Double,
minval As Double,
maxval As Double,
decimalplaces As Integer,
command As Action(Of TextBox, EventArgs)
) As TextBoxParameters
- container DynamicLayout
- text String
- currval Double
- minval Double
- maxval Double
- decimalplaces Int32
- command ActionTextBox, EventArgs