OutputLayoutManager.SetWindowOrder(Array) Method

Top 

Description

Sets the window order from top-most to the back. 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.SetWindowOrder(

Array windowIds)

 

 

Arguments

windowIds


Description:

Window IDs.

Required Size:

At least 1

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = OutputLayout.SetWindowOrder(myArray1);

 

 

See also

OutputLayoutManager Object

Output Layout Control Guide