1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-16 19:03:54 +00:00

Updated Track bar (markdown)

Fellippe Heitor 2020-11-08 00:25:45 -03:00
parent 88296b0105
commit e6c6f49f45

@ -4,7 +4,7 @@ A TrackBar control presents the user with a draggable slider used to set a value
<img src="https://www.qb64.org/inform/images/trackbar.png">
</div>
By setting the Interval property, you determine the number of ticks that will be displayed along the track. If you want an intermediary set of ticks, use the MinInterval property.
By setting the Interval property, you determine the number of ticks that will be displayed along the track. If you want an intermediate set of ticks, use the MinInterval property.
### [[Events]]
* [[ValueChanged]]