Skip to main content
A newer version of this page is available. .

PasteCommand.execute Method

Executes the PasteCommand command.

Declaration

execute(): boolean

Returns

Type Description
boolean

true if the command has been successfully executed; false if the command execution has failed.

Remarks

Usage example:

richEdit.commands.paste.execute();
See Also