constants ArrowHandleEnum
The ArrorHandleEnum expression specifies the options for exLeftArrow, exRightArrow, exDownArrow or exUpArrow values when the Option property is used.

NameValueDescription
exHandleEditor0 The editor handles the arrow key. The key moves the cursor, if exists, inside the edit control. If the editor displays a caret, the F2 key selects or unselects the entire text.
exHandleControl-1 The control handles the arrow key. The key moves the focus to a new cell. If the editor displays a caret, the F2 key selects or unselects the entire text. If the entire text is selected the key moves the focus to a new cell. If the text is not fully selected, the key moves the cursor to the next position, and if it is not available the next cell is focused. 
exHandleEditSel1 The editor handles the arrow key. The key moves the focus to a new cell, if the editor displays a caret and the key is pressed. If the text is not fully selected, the key moves the caret inside the editor. The F2 key selects or unselects the text inside the editor.