Previous Document Next Document
Printer.ShowDialog

Sub ShowDialog()

Member of Printer

The ShowDialog method shows the printer’s Properties dialog box.

The following code example displays the Properties dialog box for the default printer:

Sub Test() 
 Printers.Default.ShowDialog 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.