Write-only
About Arrange Windows

ArrangeWindows Property


Description

Sets the arrangement of all the windows. Overlay, Stack2, Split3 and Quad4 will create windows.

To control the state of one window, use app.WindowState.

 VB Syntax

app.ArrangeWindows = value

Variable

(Type) - Description

app

An Application (object)

value

(enum NAWindowModes) - Choose from:

0 - naTile
1 - naCascade

2 - naOverlay

3 - naStack2

4 - naSplit3

5 - naQuad4

Return Type

Not Applicable

Default

naTile

Examples

app.ArrangeWindow = naTile 'Write

C++ Syntax

HRESULT put_ArrangeWindows(tagNAWindowModes newVal)

Interface

IApplication