DesktopSlider.MinimumValue
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Integer )
aDesktopSlider.MinimumValue = newIntegerValue
or
IntegerValue = aDesktopSlider.MinimumValue
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopSlider.MinimumValue
New in 2021r3
Supported for all project types and targets.
The minimum value of the slider. The default is 0.
Example
This example is in the Initialized event of the control. It sets the minimum and maximum values of the Slider.