[]
Specifies the action that user press left / right arrow key when input position is at the start/end position.
public enum ExitOnLeftRightKey
Public Enum ExitOnLeftRightKey
Left or right key lead to lose focus when the caret is at the left-most or right-most position.
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. |