1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-19 12:14:49 +00:00

Updated Track bar (markdown)

Fellippe Heitor 2018-06-17 18:00:10 -03:00
parent 303c61ba7a
commit 517a031d7d

@ -1,8 +1,13 @@
A TrackBar control presents the user with a draggable slider used to set a value between the preset [[Min]] and [[Max]] values. Returns the Value property.
By setting the Interval property, you determine the number of ticks that will be displayed along the track.
<div align="center">
<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.
### [[Events]]
* [[ValueChanged]]
* [[Click|Mouse events#click]]
* [[MouseDown/MouseUp|Mouse events#mousedownmouseup]]
* [[MouseEnter/MouseLeave|Mouse events#mouseentermouseleave]]
@ -21,4 +26,5 @@ By setting the Interval property, you determine the number of ticks that will be
* [[Value]]
* [[Min]]
* [[Max]]
* [[Interval]]
* [[Interval]]
* [[MinInterval|Interval]]