INumericUpDown
Mobilize.QualityMate.ControlInterfaces
INumericUpDown Interface
Defines the basic interactions for NumericUpDown controls.
Implements ITextControl, IControl, IValidatable
Methods
INumericUpDown.Decrement(int) Method
Clicks the INumericUpDown's decrement button value times.
Parameters
value
System.Int32
The number of times to click the decrement button.
INumericUpDown.GetValue() Method
Gets the current integer value in the control.
Returns
System.Int32 The value on the INumericUpDown's input box.
INumericUpDown.Increment(int) Method
Clicks the INumericUpDown's increment button value times.
Parameters
value
System.Int32
The number of times to click the increment button.
Last updated