I have buttons for cut, copy and paste. I literally need them to do the exact same thing as their respective keyboard shortcuts would do.
Is there any function that I can stick into an event handler for these buttons to make this work?
I have buttons for cut, copy and paste. I literally need them to do the exact same thing as their respective keyboard shortcuts would do.
Is there any function that I can stick into an event handler for these buttons to make this work?
Copyright © 2021 Jogjafile Inc.
Let me show you a simple example using the
Windows.ApplicationModel.DataTransfer.Clipboardclass: