| | Name | Value | Description | |
| |
exHandleEditor | 0
|
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.
| |
| |
exHandleEditSel | 1
|
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.
| |