WebSlider
From Xojo Documentation
Class (inherits from WebUIControl)
New in 2010r4
A basic slider control.
Events | ||||||
|
Methods | |||||
|
Sample Code
This code in the ValueChanged event handler displays the Slider value in a Label:
Label1.Value = "Slider value = " + Me.Value.ToString