TheGateKeeper
TheGateKeeper

Reputation: 4520

Slider control in .NET 4.0

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:

http://www.java2s.com/Code/JavaImages/SliderTest.PNG

Can't find it anywhere.

Upvotes: 3

Views: 2148

Answers (1)

Stecenko Ruslan
Stecenko Ruslan

Reputation: 293

System.Windows.Controls.Slider (in WPF)
System.Windows.Forms.TrackBar (in WinForm)

Upvotes: 7

Related Questions