SetToMin Method (UpDown)

Class

UpDown.

Action

Sets the up-down control to the minimum position in its range.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

updown.SetToMin ( )

Notes

SetToMin decrements the up-down control by clicking on its decrement button until it has reached its minimum value.

Example

MyDialog.UpDown1.SetToMin ()