CascadeAllWindows, MaximizeCurrentDocument, MinimizeCurrentDocument, SetSingleWindow, TileHorWindows, TileVertWindows
This function runs the Window > Cascade command.
Description
CascadeAllWindows();
This function arranges all opened documents to a cascade arrangement.
Description
MaximizeCurrentDocument();
This function maximizes the current document within the application window.
Description
MinimizeCurrentDocument();
This function minimizes the currently active document to the bottom left corner of the application screen.
Description
SetSingleWindow();
This function runs a single window mode. The open documents can't be tiled or cascaded then.
This function runs the Window > Tile Horizontally command.
Description
TileHorWindows();
This function arranges all opened document windows horizontally. All the windows become visible.
This function runs the Window > Tile Vertically command.
Description
TileVertWindows();
This function arranges all opened document windows vertically. All the windows become visible.