Window

CascadeAllWindows, MaximizeCurrentDocument, MinimizeCurrentDocument, SetSingleWindow, TileHorWindows, TileVertWindows

CascadeAllWindows

This function runs the Window > Cascade command.

Description 

 CascadeAllWindows();

This function arranges all opened documents to a cascade arrangement.

MaximizeCurrentDocument

Description 

 MaximizeCurrentDocument();

This function maximizes the current document within the application window.

MinimizeCurrentDocument

Description 

 MinimizeCurrentDocument();

This function minimizes the currently active document to the bottom left corner of the application screen.

SetSingleWindow

Description 

 SetSingleWindow();

This function runs a single window mode. The open documents can't be tiled or cascaded then.

TileHorWindows

This function runs the Window > Tile Horizontally command.

Description 

 TileHorWindows();

This function arranges all opened document windows horizontally. All the windows become visible.

TileVertWindows

This function runs the Window > Tile Vertically command.

Description 

 TileVertWindows();

This function arranges all opened document windows vertically. All the windows become visible.