OutputLayoutManager.SetWindowFullScreenMode(Variable, Variable) Method

Top 

Description

Sets the specified Window in full screen mode. Call OutputLayout.ApplyUpdates() to perform the action.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

OutputLayoutManager.SetWindowFullScreenMode(

Variable windowId,


Variable isFullScreen)

 

 

Arguments

windowId


Description:

Window ID.

Valid Range:

windowId ≥ 1

 

 

isFullScreen


Description:

Flag that determines if Workspace is in full screen mode.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = OutputLayout.SetWindowFullScreenMode(myVariable2, myVariable3);

 

 

See also

OutputLayoutManager Object

Output Layout Control Guide