OutputLayoutManager.SetWorkspaceFullScreenMode(Variable) Method

Top 

Description

Sets the Workspace in full screen mode. 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.SetWorkspaceFullScreenMode(

Variable isFullScreen)

 

 

Arguments

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.SetWorkspaceFullScreenMode(myVariable2);

 

 

See also

OutputLayoutManager Object

Output Layout Control Guide