NumericStepper.value

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

stepperInstance.value

Description

Property; the current value displayed in the text area of the stepper. The value will not be assigned if it does not correspond to the stepper's range and step increment as defined in the stepSize property. This property can contain a number with up to three decimal places

Example

The following example sets the current value of the stepper to 10 and sends the value to the Output panel:

myStepper.value = 10; 
trace(myStepper.value);