Phantom Documentation

[Help Home] [Phantom Home]
BringToTop

void window.BringToTop()

Applicable Classes: All

Return Type:
void
Parameters: none

Description:
Brings the window to the top of the z-order so that it is the active, top-most window. Generally not as effective as SetActive.

Example Code

use "PhantomTarget.dec";
System("PhantomTarget.exe");
System("c:\\windows\\system32\\notepad.exe");

# Bring to top
PhantomTarget.BringToTop();

PhantomTarget.Close();
MainWin("Notepad*", "Notepad").Close();


See Also: SetActive


Copyright 2000-2011 Phantom Automated Solutions