DeleteCommand Class
A command to delete the text in a selected range.
Declaration
declare class DeleteCommand extends CommandWithSimpleStateBase
Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.delete property.
Inheritance
CommandBase
CommandWithSimpleStateBase
DeleteCommand
See Also