Previous Document Next Document

Object Model Reference : Classes : P : Printer : Methods : Printer.ShowDialog


Printer.ShowDialog

Sub ShowDialog()

Description

Member of Printer

The ShowDialog method displays the Properties dialog box for a printer.

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.