DomainUpDown and UpDownEx.
Decreases the position value of the up/down control.
This method is supported only in scripts for Windows-based applications or Windows Forms applications that use the Open Agent.
Decrement (amount)
Variable | Description |
---|---|
amount | Optional: The amount to decrement. The default value is "1". INTEGER. |
For Windows-based applications, to decrement the up/down control to a specific value and verify that it reaches that value, set the Position property.
MyDialog.UpDown1.Decrement()