Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ControlNavigationCommands Class / PreviousControl Property


In This Topic
    PreviousControl Property
    In This Topic
    Represents the GrapeCity.Windows.InputMan.ControlNavigationCommands.PreviousControl command, which requests that the focus move to previous control.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property PreviousControl As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = ControlNavigationCommands.PreviousControl
    public static RoutedUICommand PreviousControl {get;}
    Remarks

    This command indicates the intention to move keyboard focus to the previous 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.

    See Also