window.Maximize();
Applicable Classes: MainWin
Parameters: None
Return Value: None
Description:
Maximizes the window to fit the entire desktop. This
function is only applicable to windows that can be maximized manually.
Example
Code |
#
Include Phantom Target Declarations
use "PhantomTarget.dec";
System("PhantomTarget.exe");
# Max/min/restore main window
PhantomTarget.Maximize();
PhantomTarget.Restore();
PhantomTarget.Minimize();
PhantomTarget.Restore();
# Exit out
PhantomTarget.Close();
|
See Also: MainWin
Functions, Restore, Minimize