System.Windows.Forms.NumericUpDown.Accelerations Property

Gets a collection of sorted acceleration objects for the System.Windows.Forms.NumericUpDown control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public NumericUpDownAccelerationCollection Accelerations { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The NumericUpDown.Accelerations property can be used to increase the speed with which the System.Windows.Forms.NumericUpDown moves through a large set of numbers when the user holds the up or down arrow, either with the keyboard or with the mouse. Setting this property will decrease the number of NumericUpDown.ValueChanged events that occur depending on the NumericUpDownAcceleration.Increment and NumericUpDownAcceleration.Seconds property values specified for each System.Windows.Forms.NumericUpDownAcceleration object in the collection. The System.Windows.Forms.NumericUpDownAcceleration objects contained in the collection are sorted by their NumericUpDownAcceleration.Seconds property.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0