PasteCommand Class
A command to paste the text from the clipboard over the selection.
Declaration
declare class PasteCommand extends CommandWithSimpleStateBase
Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.paste property.
Inheritance
CommandBase
CommandWithSimpleStateBase
PasteCommand
See Also