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