VIFPBehaviorEnum

Indicates how LabVIEW displays the front panel window.

NameValueDescription
Invalid0If 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.
Default1The front panel window is not floating or modal.
Floating2The 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-Hide3The front panel window is floating and when you switch from LabVIEW to another application, the window does not appear.
Modal4The front panel window stays on top of all other LabVIEW windows until you close the window or open another modal window.