Completor.TypeBackspace(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.