IEditorOperations.DeleteWordToLeft Method

Definition

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

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

Returns

true if the edit succeeded, otherwise false.

Applies to