Extensions2AddNumericStepper Method |
Namespace: DWSIM.ExtensionMethods.EtoAssembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 8.8.1.0
Syntax public static TextBox AddNumericStepper(
DynamicLayout container,
string text,
double value,
double minvalue,
double maxvalue,
int decimalplaces,
Action<TextBox, EventArgs> valuechangedhandler = null
)
Public Shared Function AddNumericStepper (
container As DynamicLayout,
text As String,
value As Double,
minvalue As Double,
maxvalue As Double,
decimalplaces As Integer,
Optional valuechangedhandler As Action(Of TextBox, EventArgs) = Nothing
) As TextBox
Request Example
View SourceParameters
- container DynamicLayout
-
- text String
-
- value Double
-
- minvalue Double
-
- maxvalue Double
-
- decimalplaces Int32
-
- valuechangedhandler ActionTextBox, EventArgs (Optional)
-
Return Value
TextBoxSee Also