Selection.TypeBackspace 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.
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.