Grid.SetTabEnabled

Grid.SetTabEnabled ( 

string  ObjectName,

boolean UseTabKey = true )

Example 1

Grid.SetTabEnabled("Grid1", false);

Turn off the tab enabled option

Example 2

Grid.SetTabEnabled("Grid1", true);

Turn on the tab enabled option

See also:  Related Actions