SetValue Method (Spinner)
Class
Spinner
.
Action
Sets the value for the spinner control.
Syntax
C#
spinner
.
SetValue
(
value
)
VB
spinner
.
SetValue
(
value
)
Variable
Description
value
The new value.
Integer
.