Home > Products > CSHTMLDiff Control > Documentation > User Guide
|
PrintResult
|
Previous Top Next |
|
|
| Prints the current contents of the control.
|
|
|
| Syntax
|
|
|
| Sub PrintResult([ShowPrinterDialog As Boolean = True])
|
|
|
| Parameters
|
|
|
| ShowPrinterDialog
|
| Optional. If True, the standard print-dialog will appear prior to printing (default).
|
|
|
| Remarks
|
|
|
| This operation is available only after a valid call to DoDiff.
|
|
|
| Example
|
|
|
| Private Sub PrintPreview_Click()
|
| ' Print the contents. don't show printer-dialog.
|
| diffCtrl1.PrintResult False
|
|
|
| End Sub
|
|
|
| See Also
|
|
|
| DoDiff, PrintPreview
|
|
|
|
|