TabKeyBehavior Property

Returns or sets the TAB key's behavior.

Syntax

Public Property TabKeyBehavior As TabKeyBehavior

Applies To

Grid Object

Data Type

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.