Click or drag to resize

Extensions2AddNumericStepper Method


Namespace: DWSIM.ExtensionMethods.Eto
Assembly: 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
)
Request Example View Source

Parameters

container  DynamicLayout
 
text  String
 
value  Double
 
minvalue  Double
 
maxvalue  Double
 
decimalplaces  Int32
 
valuechangedhandler  ActionTextBox, EventArgs  (Optional)
 

Return Value

TextBox
See Also