| Value | Meaning |
|---|---|
| None0 | no action |
| Up2000 | move selection up |
| SelectUp | expend selection up |
| Down | move selection down |
| SelectDown | expend selection down |
| Left | move selection left |
| SelectLeft | expend selection left |
| Right | move selection right |
| SelectRight | expend selection right |
| ScrollUp | scroll up, w/o changing selection |
| ScrollDown | scroll down, w/o changing selection |
| ScrollLeft | scroll left, w/o changing selection |
| ScrollRight | scroll right, w/o changing selection |
| ScrollPageUp | scroll up, w/o changing selection |
| ScrollPageDown | scroll down, w/o changing selection |
| ScrollPageLeft | scroll left, w/o changing selection |
| ScrollPageRight | scroll right, w/o changing selection |
| PageUp | move cursor one page up |
| SelectPageUp | move cursor one page up with selection |
| PageDown | move cursor one page down |
| SelectPageDown | move cursor one page down with selection |
| PageBegin | move cursor to the beginning of page |
| SelectPageBegin | move cursor to the beginning of page with selection |
| PageEnd | move cursor to the end of page |
| SelectPageEnd | move cursor to the end of page with selection |
| LineBegin | move cursor to the beginning of line |
| SelectLineBegin | move cursor to the beginning of line with selection |
| LineEnd | move cursor to the end of line |
| SelectLineEnd | move cursor to the end of line with selection |
| DocumentBegin | move cursor to the beginning of document |
| SelectDocumentBegin | move cursor to the beginning of document with selection |
| DocumentEnd | move cursor to the end of document |
| SelectDocumentEnd | move cursor to the end of document with selection |
| SelectAll | select all entries without moving the cursor |
| ActivateCell | Enter key pressed on cell |
grid control action codes