Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Track bar

Samuel Gomes edited this page Nov 25, 2022 · 2 revisions

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. If you want an intermediate set of ticks, use the MinInterval property.

Properties editable at runtime

Clone this wiki locally