Object Model Reference : Classes : W : Windows : Methods : Windows.Arrange |
Sub Arrange(Style As cdrWindowArrangeStyle)
Member of Windows
The Arrange method arranges all windows in a specified style. A window can be tiled horizontally or vertically, or it can be cascaded in the application window.
Parameter
|
Description
|
Style
|
Specifies the desired window arrangement. You must reference the style in which to organize the windows by passing the style type.
|
The following VBA example arranges the applications windows vertically.
Sub Test() |
ActiveDocument.Windows.Arrange cdrTileVertically |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.