Lingo Dictionary > L-N > moveToBack |
![]() ![]() ![]() |
moveToBack
Syntax
window("
whichWindow
").MoveToBack()
moveToBack window
whichWindow
Description
Command; moves the window specified by whichWindow
behind all other windows.
Example
These statements move the first window in windowList
behind all other windows:
myWindow = the windowList[1] moveToBack myWindow
Example
If you know the name of the window you want to move, use the syntax:
window("Demo Window").moveToBack()
![]() ![]() ![]() |