WindowState property (Application object)

Returns or sets the visual state (normal, minimized or maximized) of the main window. Read/write.
Syntax
Application
.
WindowState
[ =
value
]
where
Application
– is the name of a
FactoryTalk View SE
Client Application object or an expression that evaluates to a
FactoryTalk View SE
Client Application object.
value
– is a constant of the type gfxWindowStateConstants. It can be normal, minimized, or maximized.
Remarks
When testing the animation in displays in the Graphics editor, attempts to write to this property raise an error with Err.Number equal to gfxErrorTestAnimation.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal