The TrackBar is a scrollable control similar to the ScrollBar, but has a different UI. You can configure ranges through which it should scroll, and also define increments for off-button clicks. It can be aligned horizontally or vertically. You can also configure how many 'ticks' are shown for the total range of values
Object
MarshalByRefObject
MarshalByRefComponent
Control
RichControl
TrackBar
[Visual Basic] Public Class TrackBar Inherits RichControl Implements ISupportInitialize [C#] public class TrackBar : RichControl, ISupportInitialize [C++] public __gc class TrackBar : public RichControl, ISupportInitialize [JScript] public class TrackBar extends RichControl, ISupportInitialize
[To be supplied.]
Namespace: System.WinForms
Assembly: System.WinForms.dll