OutputLayoutManager.LockWindowOrder(Variable) Method

Top 

Description

Locks the window order so that windows are not brought to front when activated. Call OutputLayout.ApplyUpdates() to perform the action.

 

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.

 

Method Signature

OutputLayoutManager.LockWindowOrder(

Variable isLocked)

 

 

Arguments

isLocked


Description:

Determines whether the window order is locked or unlocked.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = OutputLayout.LockWindowOrder(myVariable2);

 

 

See also

OutputLayoutManager Object

Output Layout Control Guide