OutputLayoutManager.ShowNewWindowBehavior Property

Top 

Description

Defines the behavior when a new window is added to the workspace.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Tiles all windows horizontally. )

Valid Values:

Value

Label

0

Tiles all windows horizontally.

1

Tiles all windows vertically.

2

Cascades all windows.

3

Shows windows without any arrangement.

 

Syntax

myVariable1 = OutputLayout.ShowNewWindowBehavior;

 

OutputLayout.ShowNewWindowBehavior = myVariable1;

 

See also

OutputLayoutManager Object

Output Layout Control Guide