The properties of System.Windows.Forms.NumericUpDown are listed below. For a list of all members, see the NumericUpDown Members list.
See Also: Inherited members from System.Windows.Forms.UpDownBase
[read-only] | Accelerations | NumericUpDownAccelerationCollection.
Gets a collection of sorted acceleration objects for the System.Windows.Forms.NumericUpDown control. |
DecimalPlaces | int.
Gets or sets the number of decimal places to display in the spin box (also known as an up-down control). | |
Hexadecimal | bool.
Gets or sets a value indicating whether the spin box (also known as an up-down control) should display the value it contains in hexadecimal format. | |
Increment | decimal.
Gets or sets the value to increment or decrement the spin box (also known as an up-down control) when the up or down buttons are clicked. | |
Maximum | decimal.
Gets or sets the maximum value for the spin box (also known as an up-down control). | |
Minimum | decimal.
Gets or sets the minimum allowed value for the spin box (also known as an up-down control). | |
Padding | Padding.
Gets or sets the space between the edges of a System.Windows.Forms.NumericUpDown control and its contents. | |
override | Text | string.
Gets or sets the text to be displayed in the System.Windows.Forms.NumericUpDown control. |
ThousandsSeparator | bool.
Gets or sets a value indicating whether a thousands separator is displayed in the spin box (also known as an up-down control) when appropriate. | |
Value | decimal.
Gets or sets the value assigned to the spin box (also known as an up-down control). |