Project class/Window State property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 27109409
Scope Basic Development Environment
Data Name Window State
Short Name* WindowState
Long Name* Window State
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 73
Owning Class Name Project Class
Data Type Enum U32 data type

Enum U32

Property Node Window State
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

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.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links