SmallChange Property (ISpinner)
In This Topic
Gets or sets the amount that the spinner is incremented or decremented for a line scroll (when the user chooses an arrow).
Syntax
'Declaration
Property SmallChange As Integer
'Usage
Dim instance As ISpinner
Dim value As Integer
instance.SmallChange = value
value = instance.SmallChange
int SmallChange {get; set;}
See Also