IncrementDecimal Method (NumericUpDown)
Class
NumericUpDown
.
Action
Increases the position value of the up/down control.
Syntax
C#
numericUpDown
.
IncrementDecimal
([
amount
])
VB
numericUpDown
.
IncrementDecimal
([
amount
])
Variable
Description
amount
Optional
: The amount to increment. The default value is '1'.
Double
.