Window.bringToFront

Function/Meaning
Moves the window to the front
Type
Window class method
Syntax
bringToFront()
Arguments
None
Return Value
None (void)
Description
Moves the window to the front. If the application is inactive, it also activates the application itself.