In This Topic
Gets or sets the small change of the scrollbar.
Syntax
'Declaration
Public Property SmallChange As Integer
'Usage
Dim instance As ScrollBar
Dim value As Integer
instance.SmallChange = value
value = instance.SmallChange
public int SmallChange {get; set;}
See Also