Short Name: FP.Close
Requires: Base Development System
Class: VI Methods
To Use: Create a method.
Closes the front panel window.
Use the Front Panel:Open method to open a front panel window.
The following table lists the characteristics of this method.
| Data type | No return value |
| Available in Run-Time Engine | Yes (Read/Write) |
| Available in Real-Time Operating System | Yes |
| Settable when the VI is running | Yes |
| Loads the front panel into memory | Yes |
| Need to authenticate before use | No |
| Loads the block diagram into memory | No |
| Remote access allowed | Yes |
| Must wait until user interface is idle | No |
| Available with control VIs | Yes |
| Available with global VIs | Yes |
| Available with strict type definitions | No |
| Available with polymorphic VIs | Yes |
Refer to the VI Properties - Front Panel States VI in the labview\examples\Application Control\VI Server\VI Properties directory for an example of using the Front Panel:Close method.