Phantom Documentation

[Help Home] [Phantom Home]
Maximize

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


Copyright 2000-2011 Phantom Automated Solutions