Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollBar Class / SmallChange Property


In This Topic
SmallChange Property
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
See Also