RedoCommand Class
A command to reverse actions of the previous undo command.
Declaration
declare class RedoCommand extends CommandWithSimpleStateBase
Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.redo property.
Inheritance
CommandBase
CommandWithSimpleStateBase
RedoCommand
See Also