IEditorOperations.Backspace Method

Definition

Deletes a character to the left of the current caret.

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

Returns

true if the edit succeeded, otherwise false.

Applies to