Skip to main content
Version: 10.1

WindowArrange()

note

This article is about the WindowArrange action in the USoft Action Language.

WindowArrange()

Changes the way in which windows and icons are displayed on the screen.

Syntax

WindowArrange( *mode* )

*mode* ::= { WM_MDICASCADE | WM_MDIICONARRANGE | WM_MDINEXT | WM_MDIRESTORE | WM_MDITILE }

Mode indicates the action to be performed:

ModeDescription
WM_MDICASCADEArranges windows in a cascading (overlapping) manner.
WM_MDIICONARRANGEAuto-arranges iconized windows.
WM_MDINEXTMoves you to the next window or list menu.
WM_MDIRESTOREDe-iconizes current window.
WM_MDITILEArranges windows in a tiled (non-overlapping) manner.