SmallChange Property (C1HScrollBar)
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.
Syntax
'Declaration
Public Property SmallChange As Integer
public int SmallChange {get; set;}
See Also