SmallChange Property (ScrollBarElement)
In This Topic
Gets or sets the value to be added to or subtracted from the
Value property when the scroll box is moved a small distance (one 'line').
Syntax
'Declaration
Public Property SmallChange As Integer
public int SmallChange {get; set;}
See Also