OpenFrontPanel Method
Installed With: Base Package
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.
Syntax
object.OpenFrontPanel([activate], [state])
Parameters
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. |
Return Value
none