Slider object
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.
Read only, String
This example shows how to read the value selected by moving the slider handle and writes it to an Alert box:
Alert(Slider.SelectedValue)