OutputLayoutManager.ArrangeWindows(Variable) Method

Top 

Description

Arranges the windows based on a window layout. Call OutputLayout.ApplyUpdates() to perform the action.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

OutputLayoutManager.ArrangeWindows(

Variable layout)

 

 

Arguments

layout


Description:

The window layout to use for the window arrangement.

Valid Values:

Value

Label

0

Cascade.

1

Tile Horizontal.

2

Tile Vertical.

 

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = OutputLayout.ArrangeWindows(myVariable2);

 

 

See also

OutputLayoutManager Object

OutputLayoutManager.ArrangeWindows

Output Layout Control Guide