Leadtools.Windows.Annotations Namespace > AnnAutomation Class : Redo Method |
public virtual void Redo()
'Declaration Public Overridable Sub Redo()
'Usage Dim instance As AnnAutomation instance.Redo()
public: virtual void Redo();
Use the UndoCapacity property to get or set the number of user actions that can be reversed using the Undo method, or re-applied using the Redo method. The default for the UndoCapacity property is 10 actions.
For more information, refer to Undoing WPF Automation Operations.
For C#/VB examples, refer to Undo.