IQtDoubleSpinBoxDown Method (Int32) |
Decreases the value of the SpinBox control. The number of times the value will be decreased is specified in the DownOption parameter.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void Down(
int downoption
)
Sub Down (
downoption As Integer
)
Dim instance As IQtDoubleSpinBox
Dim downoption As Integer
instance.Down(downoption)
void Down(
int downoption
)
Parameters
- downoption
- Type: SystemInt32
Specifies the number of times the down arrow button will be clicked.
Exceptions See Also