Gets a value that indicates whether the control can undo the previous operation in a control.
'Declaration
Public ReadOnly Property CanUndo As Boolean
'Usage
Dim instance As EditBase
Dim value As Boolean
value = instance.CanUndo
public bool CanUndo {get;}
Property Value
true if this instance can undo; otherwise,
false.