Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditingCommands Class / DeletePreviousCharacter Property


In This Topic
    DeletePreviousCharacter Property
    In This Topic
    Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.DeletePreviousCharacter command, which requests that the character before the caret be deleted.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property DeletePreviousCharacter As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = FieldsEditingCommands.DeletePreviousCharacter
    public static RoutedUICommand DeletePreviousCharacter {get;}
    Remarks
    The default key gesture for this command is Backspace.
    See Also