The Arrange method tiles, cascades, or minimizes all windows in the collection.
Syntax
object.Arrange( ArrangeType )
Parameter |
Type |
Description |
ArrangeType |
required; window arrangement |
Example
This example arranges all of the windows in a cascading order.
Windows.Arrange(ArrangeType:= mvCascade)
Used by: Windows collection