[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands.NextControl

NextControl Property

NextControl

Represents the GrapeCity.Windows.InputMan.ControlNavigationCommands.NextControl command, which requests that the focus move to next control.

Declaration
public static RoutedUICommand NextControl { get; }
Public Shared ReadOnly Property NextControl As RoutedUICommand
Remarks

This command indicates the intention to move keyboard focus to the next control. This command is registered to control, although you are not required to use it; in many cases the implementation in response to that command is the responsibility of the application writer.

There is no default key gesture for this command.