Arrange

Arrange tiles, cascades, or minimizes all windows in the collection.

Syntax

object.Arrange( ArrangeType )

Parameter

Type

Default

Description

ArrangeType

SrfArrangeType

required; This specifies how the document windows are to be arranged on screen

Example 1

This example demonstrates how to arrange the windows next to each other.

Windows.Arrange(ArrangeType:=srfTileHorz)

Example 2

This script displays all the methods and properties in the Windows collection.

Used by: Windows collection