UndoCommand Class
A command to cancel changes caused by the previous command.
Declaration
declare class UndoCommand extends CommandWithSimpleStateBase
Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.undo property.
Inheritance
CommandBase
CommandWithSimpleStateBase
UndoCommand
See Also