Skip to main content
A newer version of this page is available. .

BackspaceCommand Methods

A command to move the cursor backwards and erase the character in that space.
Name Description
execute

Executes the BackspaceCommand command by imitating the corresponding end-user action made in the RichEdit’s UI.

May result in taking no action if the command’s state does not allow command execution. Use the object’s getState method to check the command state.

getState Inherited from CommandWithSimpleStateBase.
See Also