SetFocus method (Display object)

Moves the input focus to the display. After invoking this method, any user input is directed to the display.
Syntax
Display
.
SetFocus
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 SetFocus command.
  • You can only move the focus to a display that is visible.
  • When testing the animation in displays in the Graphic Display editor, calls to this method raise an error with Err.Number equal to gfxErrorTestAnimation.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal