Previous Topic: MethodsNext Topic: CloseAll


Arrange

Tiles, maximizes, or minimizes all open windows.

Syntax

object.Arrange state

Parameters

object

An expression that evaluates to a Windows object.

state

An enum of type DsArrangeStyle that sets the state of the windows. Following are the possible values, which have the Long type:

dsCascade - Cascades the windows.

dsMinimize - Minimizes the windows.

dsTileHorizontal - Tiles the windows horizontally.

dsTileVertically - Tiles the windows vertically.