PrintPanel
- Updated2025-07-30
- 1 minute(s) read
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.
Syntax
object.PrintPanel([entirePanel])Parameters
| 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. |
Return Value
none