Wimark.Controls Class Library  

ScrollBar.SmallChange Property

Gets or sets the value to be added to or subtracted from to the Value property when the scroll box 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

ScrollBar Class | ScrollBar Members | Wimark.Controls Namespace