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);
TrackBar Class | TrackBar Members | System.WinForms Namespace