NumericUpDown
Represents a Windows spin box (also known as an up-down control) that displays numeric values.
Identifies the ButtonsAlignment dependency property.
Identifies the ChangeValueOnTextChanged dependency property.
Identifies the Culture dependency property.
Identifies the DecimalPointCorrection dependency property.
Identifies the DelayChanged routed event.
Identifies the Delay dependency property.
Identifies the HideUpDownButtons dependency property.
Identifies the InterceptArrowKeys dependency property.
Identifies the InterceptManualEnter dependency property.
Identifies the InterceptMouseWheel dependency property.
Identifies the Interval dependency property.
Identifies the IsReadOnly dependency property.
Identifies the Maximum dependency property.
Identifies the MaximumReached routed event.
Identifies the Minimum dependency property.
Identifies the MinimumReached routed event.
Identifies the NumericInputMode dependency property.
Identifies the ParsingNumberStyle dependency property.
Identifies the SnapToMultipleOfInterval dependency property.
Identifies the Speedup dependency property.
Identifies the StringFormat dependency property.
Identifies the SwitchUpDownButtons dependency property.
Identifies the TextAlignment dependency property.
Identifies the TrackMouseWheelWhenMouseOver dependency property.
Identifies the UpDownButtonsFocusable dependency property.
Identifies the UpDownButtonsWidth dependency property.
Identifies the ValueChanged routed event.
Identifies the ValueDecremented routed event.
Identifies the ValueIncremented routed event.
Identifies the Value dependency property.
The ButtonsAlignment property specifies horizontal alignment of the up/down buttons.
Gets or sets a value indicating whether the value will be changed directly on every TextBox text changed input event or when using the Enter key.
Gets or sets a value indicating the culture to be used in string formatting and converting operations.
Gets or sets the decimal-point correction mode. The default is Inherits
Gets or sets the amount of time, in milliseconds, the NumericUpDown waits while the up/down button is pressed
before it starts increasing/decreasing the Value for the specified Interval .
The value must be non-negative.
Gets or sets a value indicating whether the up/down button of the control are visible.
Gets or sets a value indicating whether the user can use the arrow keys Up and Down to change the value.
Gets or sets a value indicating whether the user can enter text in the control.
Gets or sets a value indicating whether the user can use the mouse wheel to change the value.
Gets or sets the interval value for increasing/decreasing the Value .
Gets or sets a value indicating whether the text can be changed by the use of the up or down buttons only.
Maximum restricts the maximum value of the Value property.
Minimum restricts the minimum value of the Value property.
Gets or sets which numeric input for this NumericUpDown is allowed.
Gets or sets the parsing number style for the value from text to numeric value.
Indicates if the NumericUpDown should round the value to the nearest possible interval when the focus moves to another element.
Gets or sets the formatting for the displaying Value
Gets or sets a value indicating whether the up/down buttons will be switched.
Gets or sets the horizontal alignment of the contents inside the text box.
Gets or sets a value indicating whether the control must have the focus in order to change values using the mouse wheel.
Gets or sets whether the up and down buttons will got the focus when using them.
Gets or sets the width of the up/down buttons.
Gets or sets the value of the NumericUpDown.
Add / Remove DelayChangedEvent handler
Event which will be fired from this NumericUpDown when its delay value has been changed.
Add / Remove MaximumReachedEvent handler
Event fired from this NumericUpDown when its value has reached the maximum value.
Add / Remove MinimumReachedEvent handler
Event fired from this NumericUpDown when its value has reached the minimum value.
Add / Remove ValueChangedEvent handler
Event which will be fired from this NumericUpDown when its value has been changed.
Add / Remove ValueDecrementedEvent handler
Event which will be fired from this NumericUpDown when its value was decremented.
Add / Remove ValueIncrementedEvent handler
Event which will be fired from this NumericUpDown when its value was incremented.
public NumericUpDown()
This method is invoked when the Delay property changes.
This method is invoked when the Maximum property changes.
This method is invoked when the Minimum property changes.
This method is invoked when the Speedup property changes.
Raises the ValueChanged routed event.