[]
Specifies constants that define the action to perform when special keys such as ENTER and TAB are pressed.
public enum KeyAction
| Name | Description |
|---|---|
| Cycle | Move the selection to the next column, then wrap to the next row. |
| CycleEditable | Move the selection to the next editable column, then wrap to the next row. |
| CycleOut | Move the selection to the next column, then wrap to the next row, then out of the control. |
| MoveAcross | Move the selection to the next column. |
| MoveDown | Move the selection to the next row. |
| None | No special action (let the browser handle the key). |