Gets a value indicating whether the executing a command can be undoable.
public bool IsUndoSupported {get;}
'Declaration
Public ReadOnly Property IsUndoSupported As Boolean
'Usage
Dim instance As CommandManager
Dim value As Boolean
value = instance.IsUndoSupported
Property Value
true
if the executing a command can be undoable; otherwise,
false
.