OutputLayoutManager.ConfigureConsoleDocking(Array) Method

Top 

Description

If multiple console windows are docked to the same edge, this method allows you to order of the console windows where the first specified console is closest to the docked edge.

 

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.ConfigureConsoleDocking(

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.ConfigureConsoleDocking(myArray1);

 

 

See also

OutputLayoutManager Object

Output Layout Control Guide