Reputation: 4520
what is the slider control called in .NET 4.0?
The one which lets you slide a marker and from one end to the other.
Like this:
Can't find it anywhere.
Upvotes: 3
Views: 2148
Reputation: 293
System.Windows.Controls.Slider (in WPF)
System.Windows.Forms.TrackBar (in WinForm)
Upvotes: 7