Selection.TypeBackspace メソッド

定義

選択範囲が解除されている場合は、カーソル位置の直前の文字を削除します。

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

注釈

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

This method corresponds to functionality of the BACKSPACE key.

適用対象