Wimark.Controls Class Library  

TrackBar.SmallChange Property

Gets or sets the value added to or subtracted from the Value property when the slider is moved a small distance.

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TrackBar Class | TrackBar Members | Wimark.Controls Namespace