Hello,
In the latest version you have implemented the IsUndoEnabled Property. If I set IsUndoEnable=false the UNDO/REDO functionality of the control will be disabled, but it seems that the KeyPressed events (CTRL-Z and CTRL-Y) will not be passed through.
Comments: ** Comment from web user: BoucherS **
In the latest version you have implemented the IsUndoEnabled Property. If I set IsUndoEnable=false the UNDO/REDO functionality of the control will be disabled, but it seems that the KeyPressed events (CTRL-Z and CTRL-Y) will not be passed through.
Comments: ** Comment from web user: BoucherS **
Hi,
The new property IsUndoEnabled is binded to TextBoxBase.IsUndoEnabled property. The affected WPF Toolkit controls all have a TextBoxBase object. From there, the management of the events is done by the TextBoxBase class.
It should be the same if you would have used a TextBox.