Previous Document Next Document

Object Model Reference : Classes : W : Windows : Methods : Windows.Arrange


Windows.Arrange

Sub Arrange(Style As cdrWindowArrangeStyle)

Description

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.

VBA example

The following VBA example arranges the application’s windows vertically.

Sub Test()
 ActiveDocument.Windows.Arrange cdrTileVertically
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.