Slider
Xojo provides a Slider control for desktop, mobile and web projects:
Common members
These events properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.
Events
Name |
Description |
---|---|
ValueChanged |
The value of the Slider has changed. |
Properties
Name |
Description |
---|---|
MaximumValue |
The maximum value of the Slider. |
MinimumValue |
The minimum value of the Slider. |
Value |
The current value of the Slider. |
See also