Window State Property

LabView Local Project Settings

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 SystemNo
PermissionsRead Only
Settable when the VI is runningNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo