NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TrackBar.Value

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);

See Also

TrackBar Class | TrackBar Members | System.WinForms Namespace