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


In This Topic
    PreviousFieldThenControl Property
    In This Topic
    Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.PreviousFieldThenControl command, which requests that the caret move to previous field on all editable fields and then move focus out of control.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property PreviousFieldThenControl As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = FieldsEditingCommands.PreviousFieldThenControl
    public static RoutedUICommand PreviousFieldThenControl {get;}
    Remarks
    When current SelectionStart reaches the first position, it will jump to previous control.
    See Also