System.Windows.Forms.NumericUpDown: Property Members

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

Public Properties

[read-only]
AccelerationsNumericUpDownAccelerationCollection.

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

DecimalPlacesint.

Gets or sets the number of decimal places to display in the spin box (also known as an up-down control).

Hexadecimalbool.

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.

Incrementdecimal.

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.

Maximumdecimal.

Gets or sets the maximum value for the spin box (also known as an up-down control).

Minimumdecimal.

Gets or sets the minimum allowed value for the spin box (also known as an up-down control).

PaddingPadding.

Gets or sets the space between the edges of a System.Windows.Forms.NumericUpDown control and its contents.

override
Textstring.

Gets or sets the text to be displayed in the System.Windows.Forms.NumericUpDown control.

ThousandsSeparatorbool.

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.

Valuedecimal.

Gets or sets the value assigned to the spin box (also known as an up-down control).