UndoCommand.execute Method
Executes the UndoCommand command.
Declaration
execute(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example:
richEdit.commands.undo.execute();
See Also
Executes the UndoCommand command.
execute(): boolean
Type | Description |
---|---|
boolean |
|
Usage example:
richEdit.commands.undo.execute();
No
Your feedback is appreciated.