Gets or sets a value indicating whether to show a cancellable print progress dialog while printing a document. If this property is false (which is the default), only a status progress bar shows print progress (and so printing cannot be cancelled).
シンタックス
'宣言
Public Property ShowPrintProgressDialog As System.Boolean
'使用法
Dim instance As C1PreviewPane
Dim value As System.Boolean
instance.ShowPrintProgressDialog = value
value = instance.ShowPrintProgressDialog
public System.bool ShowPrintProgressDialog {get; set;}
参照