Indicates how LabVIEW displays the front panel window.
| Name | Value | Description |
|---|---|---|
| Invalid | 0 | If you read this property and an error occurs, the property returns this value. If you set the property to this value, the property returns an error. |
| Default | 1 | The front panel window is not floating or modal. |
| Floating | 2 | The front panel window stays on top of all other non-modal LabVIEW windows. The Just-In-Time Advice window is an example of a floating window. |
| Floating/Auto-Hide | 3 | The front panel window is floating and when you switch from LabVIEW to another application, the window does not appear. |
| Modal | 4 | The front panel window stays on top of all other LabVIEW windows until you close the window or open another modal window. |