API Documentation > CorelDRAW > 2025-v26 > Printer > IPrnVBAPrinter
Printer.ShowDialog method
Shows the Printer Properties dialog
Syntax:
Sub ShowDialog()
Remarks:
The ShowDialog method displays the Properties dialog box for a printer.
Examples:
The following VBA example displays the Properties dialog box for the default printer:
Sub Test()
Printers.Default.ShowDialog 
End Sub