SelectedValue (Property)

Applies To:

Slider object

Description:

Returns the value selected by dragging or selecting the slider handle. The value returned is a string representing VALUE C. The Default value of the property is VALUE X.

Action:

Read only, String

Example:

This example shows how to read the value selected by moving the slider handle and writes it to an Alert box:

Alert(Slider.SelectedValue)