Completor.TypeBackspace(Int32) Method

Definition

Performs the specified number of backspaces on the line being edited and updates the internal caret position.

public:
 void TypeBackspace(int len);
public:
 void TypeBackspace(int len);
void TypeBackspace(int len);
public void TypeBackspace (int len);
member this.TypeBackspace : int -> unit
Public Sub TypeBackspace (len As Integer)

Parameters

len
Int32

[in] The number of backspaces to perform.

Remarks

A backspace deletes the character before the caret and moves the caret to the left one space. You cannot backspace beyond the physical beginning of the line.

This operation is the equivalent of typing the Backspace key.

If macro recording is active, a backspace operation of the specified length is added to the macro.

Applies to