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


In This Topic
    SelectRightByCharacter Property
    In This Topic
    Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectRightByCharacter command, which requests that the current selection be expanded to next character.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property SelectRightByCharacter As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = FieldsEditingCommands.SelectRightByCharacter
    public static RoutedUICommand SelectRightByCharacter {get;}
    Remarks
    The default key gesture for this command is Shift+Right.
    See Also