IEditorOperations.DeleteWordToRight Method

Definition

Deletes the word to the right of the current caret position.

public:
 bool DeleteWordToRight();
public:
 bool DeleteWordToRight();
bool DeleteWordToRight();
public bool DeleteWordToRight ();
abstract member DeleteWordToRight : unit -> bool
Public Function DeleteWordToRight () As Boolean

Returns

true if the edit succeeded, otherwise false.

Applies to