IQtDoubleSpinBoxUp Method (Int32) |
Increases the value of the SpinBox control. The number of times the value will be increased is specified in the UpOption parameter.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax Sub Up (
upoption As Integer
)
Dim instance As IQtDoubleSpinBox
Dim upoption As Integer
instance.Up(upoption)
Parameters
- upoption
- Type: SystemInt32
Specifies the number of times the up arrow button will be clicked.
Exceptions See Also