PullForward method
Moves the display in front of all other displays. If the display type is Replace or Overlay, it is given input focus and positioned behind any On Top display that is open.
Do not use the PullForward method with a display that is docked. Attempts to do so raise the error gfxErrorMoveResize.
Syntax
Display
.PullForward
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 PullForward command.
- If the display is On Top and there are other displays of the same type, it is moved in front of all of them.
- 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