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)

FellippeHeitor 2017-03-14 23:38:53 -03:00
parent fda42dde2f
commit 8a026f63d0

@ -2,13 +2,13 @@ A TrackBar control presents the user with a draggable slider used to set a value
By setting the Interval property, you determine the number of ticks that will be displayed along the track. By setting the Interval property, you determine the number of ticks that will be displayed along the track.
###[[Events]] ### [[Events]]
* [[Click|Mouse events#click]] * [[Click|Mouse events#click]]
* [[MouseDown/MouseUp|Mouse events#mousedownmouseup]] * [[MouseDown/MouseUp|Mouse events#mousedownmouseup]]
* [[MouseEnter/MouseLeave|Mouse events#mouseentermouseleave]] * [[MouseEnter/MouseLeave|Mouse events#mouseentermouseleave]]
* [[KeyPress]] * [[KeyPress]]
###[[Properties]] editable at runtime ### [[Properties]] editable at runtime
* [[HasBorder]] * [[HasBorder]]
* [[Caption]] * [[Caption]]
* [[Top/Left/Width/Height|Position and size]] * [[Top/Left/Width/Height|Position and size]]