WindowArrange()

Previous Next

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

Syntax

WindowArrange(<mode>)

Parameters

mode

The action that you want to perform:

· WM_MDICASCADE = Arrange windows in a cascading (overlapping) manner.

 

· WM_MDIICONARRANGE = Auto-arrange iconized windows.

 

· WM_MDINEXT = Moves you to the next window or list menu.

 

· WM_MDIRESTORE = De-iconize current window.

 

· WM_MDITILE = Arrange windows in a tiled (non-overlapping) manner.