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

The number of ticks by which the TrackBar will change when an event considered a "large change" occurs. These include, Clicking the mouse to the side of the button, or using the PgUp/PgDn keys on the keyboard.

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

See Also

TrackBar Class | TrackBar Members | System.WinForms Namespace