PrintControl

The PrintControl provides a user interface component that creates a "Print..." button to initiate a default user print dialog.

PrintControl Properties

output as component
The component that is to be printed once the print dialog "Print" button is pressed.

Print Events

None.

Print Actions

print()

This action prints the current output. Sending this action is equivalent to pressing the print button in the print dialog.

show()

This action initiates the print dialog.

cancel()

This action cancels the current print job.

complete()

This action is sent by the output object (often during its _draw event) to specify that printing is complete.