Increment Method (Spinner)
Class
Spinner
.
Action
Increases the value when the spinner controls are pressed.
Syntax
C#
spinner
.
Increment
([
value
])
VB
spinner
.
Increment
([
value
])
Variable
Description
value
Optional
: The amount to increment. The default value is '1'.
Integer
.