Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ExitOnLeftRightKey Enumeration


In This Topic
    ExitOnLeftRightKey Enumeration
    In This Topic
    Specifies the action that user press left / right arrow key when input position is at the start/end position.
    Syntax
    'Declaration
     
    Public Enum ExitOnLeftRightKey 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExitOnLeftRightKey
    public enum ExitOnLeftRightKey : System.Enum 
    Members
    MemberDescription
    BothMove to the previous/next control when press Left/Right or Ctrl+Left/Ctrl+Right keys on the first/last character of the control.
    LeftMove to the previous control when press left or Ctrl+Left keys on the first character of the control.
    NoneNo action.
    RightMove to the next control when press right or Ctrl+Right keys on the last character of the control.
    Remarks
    Left or right key lead to lose focus when the caret is at the left-most or right-most position.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.ExitOnLeftRightKey

    See Also