The current location of the TrackBar thumb. This value must be between the lower and upper limits of the TrackBar range, of course.
[Visual Basic] Public Property Value As Integer [C#] public int Value {get; set;} [C++] public: __property int get_Value(); public: __property void set_Value(int); [JScript] public function get Value() : int; public function set Value(int);
TrackBar Class | TrackBar Members | System.WinForms Namespace