Requires: Base Development System
Class: VI Methods (ActiveX)
Opens the LabVIEW front panel window. If the front panel is already open, this method changes the state of the front panel window to the state you wire to this method. Use the CloseFrontPanel method to close the front panel window.
You also can use the FPState property to set the state of a front panel window that is already open.
object.OpenFrontPanel([activate], [state])
Name | Type | Description |
---|---|---|
activate | Boolean | If TRUE (default), the front panel window opens as the active window. |
state | FPStateEnum | Sets the state in which to open the front panel window. |
none