Selection.TypeBackspace Method

Definition

Deletes the character preceding a collapsed selection (an insertion point).

public:
 void TypeBackspace();
public void TypeBackspace ();
abstract member TypeBackspace : unit -> unit
Public Sub TypeBackspace ()

Remarks

If the selection isn't collapsed to an insertion point, the selection is deleted.

This method corresponds to functionality of the BACKSPACE key.

Applies to