Home > Products > CSHTMLDiff Control > Documentation > User Guide
|
PrintPreview
|
Previous Top Next |
|
|
| Perform a Print-Preview command on the current contents of the control.
|
|
|
| Syntax
|
|
|
| Sub PrintPreview()
|
|
|
| Remarks
|
|
|
| Print-Preview requires Internet-Explorer 5.0 or better.
|
|
|
| This operation is available only after a valid call to DoDiff.
|
|
|
| Example
|
|
|
| Private Sub PrintPreview_Click()
|
| diffCtrl1.PrintPreview
|
|
|
| End Sub
|
|
|
| See Also
|
|
|
| DoDiff, PrintResult
|
|
|
|
|
|
|