Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / ProcessNavigationKeys Enumeration


In This Topic
    ProcessNavigationKeys Enumeration
    In This Topic
    Specifies how to process the keyboard arrow keys when the control enters edit mode.
    Syntax
    'Declaration
     
    Public Enum ProcessNavigationKeys 
       Inherits System.Enum
    'Usage
     
    Dim instance As ProcessNavigationKeys
    public enum ProcessNavigationKeys : System.Enum 
    Members
    MemberDescription
    DefaultThe control selects the proper navigation mode based on the type of begin edit action.
    EditorSpecifies that the arrow key moves the caret in the text editor.
    ExitEditorSpecifies that the arrow key navigates the cell.
    ExitEditorAtEndsMoves the caret in the text editor; if the caret is before the first character or after the last character, pressing the left or right key moves the active cell, and if the caret is in the first line or last line, pressing the up or down key moves the active cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.ProcessNavigationKeys

    See Also