WindowState Property
Description
The state of the OpenText Functional Testing application's main window.
Property type
Read-write property
Syntax
Visual Basic
Public Property WindowState As String
Return Type
  • Maximized.The application is displayed at full screen size.
  • Minimized. The application is open, but minimized.
  • Normal.The application is displayed at the size it was prior to the last minimize or maximize operation.
Example
See Also