WebSlider
From Xojo Documentation
Supported Platforms Project Types: Web Platforms: macOS, Windows, Linux |
- For desktop applications, see Slider.
Class (inherits from WebControl)
New in 2010r4
A basic slider control. If the width is greater than the height, it will be horizontal. If not, is vertical.
Events | |||||||||||||||||
|
Methods | ||||||||||||
|
Sample Code
This code in the ValueChanged event handler displays the Slider value in a Label:
Label1.Text = "Slider value = " + Me.Value.ToString
See Also
WebScrollbar control