A command to remove the next word.
Namespace:DevExpress.Web.ASPxRichEdit.Scripts
Assembly:JavaScript

Syntax
JavaScript |
class RemoveNextWordCommand extends CommandWithSimpleStateBase
|

Remarks
An instance of this object can be accessed using the RichEditCommands object's RichEditCommands.removeNextWord property.

Inheritance Hierarchy
System.Object
CommandBase
CommandWithSimpleStateBase
RemoveNextWordCommand

See Also