Returns or sets the TAB key's behavior.
Public Property TabKeyBehavior As TabKeyBehavior
Grid Object
Enumerated
The following settings are available:
Constant | Value | Description |
NextCol | 0 | The TAB key jumps focus to the next focusable column. |
NextRow | 1 | The TAB key jumps focus to the next focusable row. |
StandardTab | 2(Default) | The TAB key jumps focus to the next control on the form. |