I've searched half a day, and found none.
Do you happen to know there's one?
Thanks!
I've searched half a day, and found none.
Do you happen to know there's one?
Thanks!
Its not built in but you can implement your own Take look to this post in stack over flow C#: How to implement good and efficient undo/redo functionaly for a TextBox
you can implement custom undo feature in textbox ....
you can handle the TextChanged event and just push the textbox contents onto a stack each time it changes, then pop and refresh the TextBox every time the user hits Ctrl-Z.....
© 2022 - 2024 — McMap. All rights reserved.