Leadtools.Windows.Annotations Namespace > AnnAutomation Class : CanRedo Property |
public virtual bool CanRedo {get;}
'Declaration Public Overridable ReadOnly Property CanRedo As Boolean
'Usage Dim instance As AnnAutomation Dim value As Boolean value = instance.CanRedo
Call the Redo method to actually redo the previous operation.
For more information, refer to Undoing WPF Automation Operations.
For C#/VB examples, refer to UndoRedoChanged.