RemoveNextWordCommand Class
In This Article
A command to remove the next word.
#Declaration
TypeScript
declare class RemoveNextWordCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.removeNextWord property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
RemoveNextWordCommand
See Also