Window State Property
Short Name: WindowState
Installed With: Base Package
Class: Project Properties
Returns the state of the Project Explorer window.
Invalid | 0 | If you read this property and an error occurs, the property returns this value. |
Standard | 1 | The Project Explorer window is open but is not minimized, maximized, or hidden. |
Closed | 2 | The Project Explorer window is not open. |
Hidden | 3 | The Project Explorer window is floating but is not visible because LabVIEW is not the active application. |
Minimized | 4 | The Project Explorer window is minimized. |
Maximized | 5 | The Project Explorer window is maximized. |
Note The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine. |
Remarks
The following table lists the characteristics of this property.
Available in Run-Time Engine and Real-Time Operating System | No |
Permissions | Read Only |
Settable when the VI is running | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |