Phantom Documentation

[Help Home] [Phantom Home]
GetDesktopWindow

window GetDesktopWindow()

Return Type: window
Parameters: none

Description:
This function returns a window representing the desktop. The desktop is the main visible window when all windows are closed, and holds the desktop icons.

Example Code
1 >>window w = GetDesktopWindow();
2 >>disp("Tag: " + w.Tag + "; Class: " + w.Class);
Tag: ; Class: #32769



 


Copyright 2000-2011 Phantom Automated Solutions