NumericUpDownAcceleration Constructor (Int32, Decimal)
.NET Framework (current version)
Initializes a new instance of the NumericUpDownAcceleration class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- seconds
-
Type:
System::Int32
The number of seconds the up or down button is pressed before the acceleration starts.
- increment
-
Type:
System::Decimal
The quantity the value displayed in the control should be incremented or decremented during acceleration.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | seconds or increment is less than 0. |
.NET Framework
Available since 2.0
Available since 2.0
Show: