[]
Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.DeleteNextCharacter command, which requests that the backward character would be deleted.
public static RoutedUICommand DeleteNextCharacter { get; }
Public Shared ReadOnly Property DeleteNextCharacter As RoutedUICommand
This command indicates intention to delete next character from current caret position.
There is not necessarily an implementation for the command on any given object; in many cases the implementation for the command is the responsibility of the application writer.
The default key gesture for this command is DELETE.