undo button

About this tag
The undo button is a common feature in Windows applications, particularly in inking and drawing tools. In Windows Ink, the InkToolbar provides an undo button that allows users to reverse their last ink stroke or action. This functionality is essential for editing and correcting mistakes when using a pen or stylus. The undo button is typically integrated into the toolbar alongside other editing options like redo, eraser, and pen selection. Understanding how to implement and use the undo button can improve the user experience in Universal Windows Platform apps that support inking.
  1. News

    VIDEO Windows Ink 2: Digging Deeper with Ink and Pen

    In the last post, we explored a brief history of pen computing and introduced you to how easy it is to get started with Windows Ink in your Universal Windows Platform app. You saw that you can enable inking by adding a single line of code, an InkCanvas, to your app to enable inking. You also saw...
Back
Top