Description
Defines the behavior of unconstrained window's WindowState when the main FreeFlyer window's or output workspace window's WindowState is changed.
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.
Attributes
Type:
|
integer
|
Access:
|
read/write
|
Default Value:
|
0 ( Tie unconstrained window's WindowState to the main window. This will, for example, cause all unconstrained windows to be minimized when FreeFlyer is minimized. )
|
Valid Values:
|
Value
|
Label
|
0
|
Tie unconstrained window's WindowState to the main window. This will, for example, cause all unconstrained windows to be minimized when FreeFlyer is minimized.
|
1
|
Control unconstrained window's WindowState independently. This will leave unconstrained window's WindowState unchanged when the main FreeFlyer WindowState is changed.
|
|
Syntax
myVariable1 = OutputLayout.WindowStateBehavior;
OutputLayout.WindowStateBehavior = myVariable1;
|
See also
OutputLayoutManager Object
Output Layout Control Guide
|