Click or drag to resize

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
void Up(
	int upoption
)

Parameters

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