Decrement Method (DomainUpDown UpDownEx)

Class

DomainUpDown and UpDownEx.

Action

Decreases the position value of the up/down control.

Availability

This method is supported only in scripts for Windows-based applications or Windows Forms applications that use the Open Agent.

Syntax

Decrement (amount)
Variable Description
amount Optional: The amount to decrement. The default value is "1". INTEGER.

Notes

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.

Example

MyDialog.UpDown1.Decrement()