Click or drag to resize

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
)

Parameters

downoption
Type: SystemInt32
Specifies the number of times the down arrow button will be clicked.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also