IEditorOperations.Backspace 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 a character to the left of the current caret.
public:
bool Backspace();
public:
bool Backspace();
bool Backspace();
public bool Backspace ();
abstract member Backspace : unit -> bool
Public Function Backspace () As Boolean
Returns
true
if the edit succeeded, otherwise false
.