The members of System.Windows.Forms.NumericUpDown are listed below.
See Also: Inherited members from System.Windows.Forms.UpDownBase
Initializes a new instance of the System.Windows.Forms.NumericUpDown class. |
[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). |
BeginInit()
| ||
override | DownButton()
| |
EndInit()
| ||
override | ToString()
| |
override | UpButton()
|
override | CreateAccessibilityInstance()Documentation for this section has not yet been entered. | |
override | OnKeyDown(KeyEventArgs)
| |
override | OnKeyUp(KeyEventArgs)
| |
override | OnLostFocus(EventArgs)
| |
override | OnTextBoxKeyPress(object, KeyPressEventArgs)
| |
OnValueChanged(EventArgs)
| ||
ParseEditText()
| ||
override | UpdateEditText()
| |
override | ValidateEditText()
|
PaddingChanged |
Occurs when the value of the NumericUpDown.Padding property changes. | |
TextChanged |
Occurs when the value of the NumericUpDown.Text property changes. | |
ValueChanged |
Occurs when the NumericUpDown.Value property has been changed in some way. |