CascadeAllWindows, MaximizeCurrentDocument, MinimizeCurrentDocument, SetSingleWindow, TileCompare, TileCompareBorder, TileCompareTiles, 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.
Description
TileCompare(
int TileCompare
);
This function arranges the first of the two document windows next to each other.
Description
TileCompareBorder(
int TileBorder
);
Defines the width of the line separating two images shown in the Compare View mode available in the Compact layout.
Description
TileCompareTiles(
int TileViews
);
Turns on/off the Compare View mode in the Compact layout.
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.