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


In This Topic
    MoveLeftByCharacter Property
    In This Topic
    Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveLeftByCharacter command, which requests that the caret move to previous character on all editable fields.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property MoveLeftByCharacter As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = FieldsEditingCommands.MoveLeftByCharacter
    public static RoutedUICommand MoveLeftByCharacter {get;}
    Remarks
    The default key gesture for this command is Left.
    See Also