WindowState Property

LabView ActiveX Properties and Methods

WindowState Property

Installed With: Base Package

Class: Project Properties (ActiveX)

Returns the state of the LabVIEW Project Explorer window.

Values

0eInvalidFPState—If you read this property and an error occurs, the property returns this value.
1eVisible—The Project Explorer window is open but is not minimized, maximized, or hidden.
2eClosed—The Project Explorer window is not open.
3eHidden—The Project Explorer window is floating but is not visible because LabVIEW is not the active application.
4eMinimized—The Project Explorer window is minimized.
5eMaximized—The Project Explorer window is maximized.

Syntax

object.WindowState

Data Type

FPStateEnum