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