[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ExitOnLeftRightKey

ExitOnLeftRightKey Enum

Specifies the action that user press left / right arrow key when input position is at the start/end position.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum ExitOnLeftRightKey
Public Enum ExitOnLeftRightKey
Remarks

Left or right key lead to lose focus when the caret is at the left-most or right-most position.

Fields

Name Description
Both

Move to the previous/next control when press Left/Right or Ctrl+Left/Ctrl+Right keys on the first/last character of the control.

Left

Move to the previous control when press left or Ctrl+Left keys on the first character of the control.

None

No action.

Right

Move to the next control when press right or Ctrl+Right keys on the last character of the control.