When editing a value with IntegerUpDown, undo actions (ctrl + Z) are handled by IntegerUpDown and not by my application.
By default, TextBox does the same thing, but you have an option to change this behaviour named "IsUndoEnabled"
That would be great if there was a similar option in NumericUpDown elements
Comments: ** Comment from web user: BoucherS **
By default, TextBox does the same thing, but you have an option to change this behaviour named "IsUndoEnabled"
That would be great if there was a similar option in NumericUpDown elements
Comments: ** Comment from web user: BoucherS **
Hi,
In v2.5, a new Property will be added : IsUndoEnabled. It will be available for :
-All NumericUpDowns
-DateTimeUpDown
-TimeSpanUpDown
-DateTimePicker
-TimePicker