Deletes the word to the right of the cursor.
Deletes text from the cursor position to the first character of the next word in the current line. This command does delete white space.
•Default Menu: None
•All Commands: Edit > Delete > Delete Right Word
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: CTRL+DELETE
•EEID_DELETE_RIGHT_WORD (4275)
document.selection.WordRight(true,1);
document.selection.Delete(1);
document.selection.WordRight true,1
document.selection.Delete 1