Skip to main content
Version: 9.0.2

gra.screen.focus.next

Move the current focus to the next focusable control.

The action arguments are:

min The minimum focus index to move to or -1 to have no minimum value

max The maximum focus index to move to or -1 to have no maximum value

In order for this action to complete successfully, there must be a control whose focus index lies between the min and max values. For more information about making controls focusable and the focus operation in Storyboard, refer to the Focus section in the Execution Pipeline part of this document.