showsProgressPanel property

bool? showsProgressPanel
getter/setter pair

A Boolean value that determines whether the print operation displays a progress panel. The default value is true.

This property does not affect the display of a print panel; that operation is controlled by the showsPrintPanel property. Operations that generate EPS or PDF data do no display a progress panel, regardless of the value in the flag parameter.

Officially Supported Platforms/Implementations:

  • MacOS

Implementation

bool? showsProgressPanel;