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