Grid.SetTabEnabled

Grid.SetTabEnabled ( 

string  ObjectName,

boolean UseTabKey = true )

Description

Sets whether or not the Tab key is used to move the cell selection in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

UseTabKey

(boolean) Whether the tab key is enabled for moving between cells. This is an optional argument and if omitted will default to true.

VALUE

DESCRIPTION

true

Enable tabbing between cells. (Default)

false

Disable tabbing between cells.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions