Name | Description | |
---|---|---|
NNumericUpDown Constructor | Overloaded. |
The following tables list the members exposed by NNumericUpDown.
Name | Description | |
---|---|---|
NNumericUpDown Constructor | Overloaded. |
Name | Description | |
---|---|---|
DecimalPlacesProperty | Reference to the DecimalPlacesProperty property. | |
DefaultSizeMeasureValueProperty | Reference to the DefaultSizeMeasureValue property. | |
NNumericUpDownSchema | Schema associated with NNumericUpDown. | |
StepProperty | Reference to the Step property. | |
TextBoxChild | Reference to the TextBox child. | |
TextSelectionModeProperty | Reference to the TextSelectionModeProperty property. | |
WheelIncDecModeProperty | Reference to the WheelIncDecMode property. |
Name | Description | |
---|---|---|
DecimalPlaces | Gets or sets the number of digits shown after the decimal point. By default set to 0, which means that the numeric up down supports only whole numbers. | |
DefaultSizeMeasureValue | Gets or sets a value that is used to measure the default size of the numeric up down. | |
Step | Gets or sets the value of the Step property. By default set to 1. | |
TextBox | Gets or sets the text box. | |
TextSelectionMode | Gets or sets whether the caret will maintain its caret decimal position when updating the up down value with the up/down spinner | |
WheelIncDecMode | Gets or sets the mode in which the numeric up down increases or decreases its value, when the user rotates the mouse wheel inside it. By default set to Always. |
Name | Description | |
---|---|---|
CanCopy | Determines whether the Copy operation can be performed. | |
CanCut | Determines whether the Cut operation can be performed. | |
CanPaste | Determines whether the Paste operation can be performed. | |
Copy | Copies the currently selected content on the clipboard. | |
Cut | Cuts the currently selected content on the clipboard. | |
Paste | Pastes the content from the clipboard. |
Name | Description | |
---|---|---|
ArrangeItem | Overridden. Arranges the numeric up down text box. | |
MeasureItem | Overridden. Measures the numeric up down text box. | |
OnDecimalPlacesChanged | Called when the DecimalPlaces property has changed. | |
OnKeyDown | Overridden. Overriden to update the owner numeric/up down value from the text box on Enter. | |
OnMouseDown | Overridden. Default handler for the NMouse.DownEvent event. | |
OnMouseWheel | Overridden. Default handler for the mouse wheel events. Overriden to increase/decrease the value with the SmallChange. | |
OnSpinnerSpin | Overridden. Handler for numeric updown spiner spin events | |
OnValueChanged | Overridden. Overriden to update the text box's text based on the new value. | |
ReceiveHandledMouseDown | Overridden. Overriden to return true. | |
UfGd | ||
vfGd | ||
WfGd | ||
xfGd | ||
YfGd |