Requires: Base Development System
Class: VI Methods (ActiveX)
Prints just the LabVIEW front panel to the current printer. You cannot use this method to print a block diagram, list of controls, or polymorphic VI front panel.
object.PrintPanel([entirePanel])
| Name | Type | Description | 
|---|---|---|
| entirePanel | Boolean | Indicates whether the entire front panel is printed. If FALSE (default), only the currently visible portion of the front panel is printed. | 
none