CopyCommand Class
A command to copy the selected text and place it to the clipboard.
Declaration
declare class CopyCommand extends CommandWithSimpleStateBase
Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.copy property.
Inheritance
CommandBase
CommandWithSimpleStateBase
CopyCommand
See Also