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


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