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


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