PrintPanel Method

LabView ActiveX Properties and Methods

PrintPanel Method

Installed With: Base Package

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.

Syntax

object.PrintPanel([entirePanel])

Parameters

NameTypeDescription
entirePanelBooleanIndicates whether the entire front panel is printed. If FALSE (default), only the currently visible portion of the front panel is printed.

Return Value

none