SetElementFocusNext method

Moves the input focus to the object that is next in the display's tab order.
Syntax
Display
.
SetElementFocusNext
where
Display
– is the name of a Display object or an expression that evaluates to a Display object.
Remarks
  • This method is similar to the NextPosition command.
  • The objects that can receive input focus are NumericInput, StringInput, Recipe, Button, ActiveX controls, and any graphic objects that have object keys attached.
  • If the display is obscured by any other display, it is moved in front of any display of the same type. This is similar to issuing the PullForward command before setting the input focus to the element.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal