CopyCommand.execute Method
In This Article
Executes the CopyCommand command.
#Declaration
TypeScript
execute(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Usage example:
richEdit.commands.copy.execute();
See Also