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