OutputLayoutManager.SetWindowState(Variable, Variable) Method

Top 

Description

Sets the state of a window. 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.SetWindowState(

Variable windowId,


Variable state)

 

 

Arguments

windowId


Description:

Window ID.

Valid Range:

windowId ≥ 1

 

 

state


Description:

The window state.

Valid Values:

Value

Label

0

Normal

1

Minimized

2

Maximized

 

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = OutputLayout.SetWindowState(myVariable2, myVariable3);

 

 

See also

OutputLayoutManager Object

OutputLayoutManager.SetWindowState

Output Layout Control Guide