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.SmallChange

The number of ticks by which the TrackBar will change when an event considered a "small change" occurs. These are most commonly seen by using the arrow keys to move the TrackBar thumb around.

[Visual Basic]
Public Property SmallChange As Integer
[C#]
public int SmallChange {get; set;}
[C++]
public: __property int get_SmallChange();
public: __property void set_SmallChange(int);
[JScript]
public function get SmallChange() : int;
public function set SmallChange(int);

See Also

TrackBar Class | TrackBar Members | System.WinForms Namespace